Skip to content

Commit

Permalink
removing support for click on device
Browse files Browse the repository at this point in the history
removing support for click on device
  • Loading branch information
tatanithin committed Jul 31, 2024
1 parent ba83618 commit 83156d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nested-labvm/atd-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
- /opt/ceos:/opt/ceos:rw
uilanding:
container_name: atd-uilanding
image: us.gcr.io/atd-testdrivetraining-dev/atddocker_uilanding:1.0.19
image: us.gcr.io/atd-testdrivetraining-dev/atddocker_uilanding:1.0.20
restart: always
environment:
- PYTHONUNBUFFERED=1
Expand Down
6 changes: 3 additions & 3 deletions nested-labvm/atd-docker/uilanding/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ <h2>Time Remaining</h2>
<section class="topology">
<div class="topology-overview">
<div class="white-box text-center">
<h2>Click on a device to access CLI.</h2>
<!-- <h2>Click on a device to access CLI.</h2> -->
<img src="topo/atd-topo.png" usemap="#image_map" />
<map name="image_map">
<!-- <map name="image_map">
{% for node in NODES %}
{% if node == "CVP" %}
<area alt="{{ escape(node) }}" title="{{ escape(node) }}" href="/cv" target="_blank" coords="{{ escape(NODES[node]['coords']) }}" shape="rect">
Expand All @@ -142,7 +142,7 @@ <h2>Click on a device to access CLI.</h2>
{% for gui_url in zip(GUI_URLS,SERVERS) %}
<area alt="{{ escape(gui_url[1]) }}" title="{{ escape(gui_url[1]) }}" href="{{gui_url[0]}}" target="_blank" coords="{{ escape(SERVERS[gui_url[1]]['coords']) }}" shape="rect">
{% end %}
</map>
</map> -->
{% if topo_cvp %}
<span id="cvp_info"></span>
<br /><br />
Expand Down

0 comments on commit 83156d2

Please sign in to comment.