summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2013-05-08 18:08:04 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2013-05-08 18:08:04 +0200
commit6665d923eddfcb312111e81fd9604f336e5d1e31 (patch)
tree51c18d23e75dd00b8fc00d9ddf0d9694046061e4 /templates/index.html
parent21b322cc64118f8a3acc6b924eba0bea8190aca3 (diff)
downloadwww-6665d923eddfcb312111e81fd9604f336e5d1e31.tar.gz
www-6665d923eddfcb312111e81fd9604f336e5d1e31.tar.bz2
www-6665d923eddfcb312111e81fd9604f336e5d1e31.zip
order interfaces by device and some fixes
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 7454fc4..1933e65 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,7 +4,7 @@
<ul id="hosts" class="row">
{{#hosts}}
<li class="span2 thumbnail">
- <a data-uri="{{uri}}" href="#">{{name}}</a>
+ <a data-uri="{{uri}}">{{name}}</a>
</li>
{{/hosts}}
</ul>