summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-11-10 22:16:32 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-11-10 22:16:32 +0000
commitd0268beb4524a916c085a764889f693031d56f35 (patch)
tree8a1e8dae6d5938ba77a9f011aaf6efa2dd9c66aa /src/lib
parent0a4b8a6a34ce6f46168e695f577d9d4500c8b12a (diff)
downloadbcfg2-d0268beb4524a916c085a764889f693031d56f35.tar.gz
bcfg2-d0268beb4524a916c085a764889f693031d56f35.tar.bz2
bcfg2-d0268beb4524a916c085a764889f693031d56f35.zip
added links to hostbase homepage
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2484 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/index.html b/src/lib/Server/Hostbase/hostbase/webtemplates/index.html
index e9cb18821..ca9a250da 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/index.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/index.html
@@ -7,7 +7,9 @@
<br/>
{% endblock %}
{% block sidebar %}
-<a href="/login/" class="sidebar">Login to Hostbase</a>
+<a href="/login/" class="sidebar">login to hostbase</a>
+<a href="/hostbase/" class="sidebar">search for hosts</a>
+<a href="/zones/" class="sidebar">zone file information</a>
{% endblock %}
{% block content %}
{% endblock %}