diff options
author | Ken Raffenetti <raffenet@mcs.anl.gov> | 2006-11-12 17:47:00 +0000 |
---|---|---|
committer | Ken Raffenetti <raffenet@mcs.anl.gov> | 2006-11-12 17:47:00 +0000 |
commit | 93f661a2c3cd3282419c5496a0086b7553aceaee (patch) | |
tree | 3db902f3a40812ef0e3b79d0e3606602f47fb875 /src/lib/Server/Hostbase/hostbase | |
parent | 3110821ebac31cb59fac2676c40ecd86d0829510 (diff) | |
download | bcfg2-93f661a2c3cd3282419c5496a0086b7553aceaee.tar.gz bcfg2-93f661a2c3cd3282419c5496a0086b7553aceaee.tar.bz2 bcfg2-93f661a2c3cd3282419c5496a0086b7553aceaee.zip |
minor changes to make installation easier
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2494 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase')
-rw-r--r-- | src/lib/Server/Hostbase/hostbase/webtemplates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/index.html b/src/lib/Server/Hostbase/hostbase/webtemplates/index.html index ca9a250da..0050b9ef2 100644 --- a/src/lib/Server/Hostbase/hostbase/webtemplates/index.html +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/index.html @@ -7,8 +7,8 @@ <br/> {% endblock %} {% block sidebar %} -<a href="/login/" class="sidebar">login to hostbase</a> -<a href="/hostbase/" class="sidebar">search for hosts</a> +<a href="/login/" class="sidebar">login to hostbase</a><br> +<a href="/hostbase/" class="sidebar">search for hosts</a><br> <a href="/zones/" class="sidebar">zone file information</a> {% endblock %} {% block content %} |