summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2007-06-26 19:26:21 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2007-06-26 19:26:21 +0000
commit83d43c6957a5e392cc7d82f14329f8305ef3ca79 (patch)
treef1d36f301cd150742548fe247469d8adbc269617 /src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
parent95650f6d91a0c5e33a4c742a5a885a1f52b2af91 (diff)
downloadbcfg2-83d43c6957a5e392cc7d82f14329f8305ef3ca79.tar.gz
bcfg2-83d43c6957a5e392cc7d82f14329f8305ef3ca79.tar.bz2
bcfg2-83d43c6957a5e392cc7d82f14329f8305ef3ca79.zip
cumulative update for Hostbase web app
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3372 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html b/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
index 0385daa86..9a673cbf0 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
@@ -12,7 +12,8 @@
<ul class="sidebar">
<li><a href="/hostbase/{{ host.id }}/" class="sidebar">host info</a></li>
<li><a href="/hostbase/{{ host.id }}/edit/" class="sidebar">edit host info</a></li>
- <li><a href="edit/" class="sidebar">edit dns info</a></li>
+ <li><a href="/hostbase/{{ host.id }}/dns/" class="sidebar">see dns info</a></li>
+ <li><a href="/hostbase/{{ host.id }}/logs/" class="sidebar">change logs</a></li>
</ul>
{% include "logout" %}
{% endblock %}
@@ -42,7 +43,7 @@
<select name="dns_view{{ name.id }}">
{% for choice in DNS_CHOICES %}
{% ifequal name.dns_view choice.0 %}
- <option value="{{ choice.0 }}">{{ choice.1 }}
+ <option value="{{ choice.0 }}" selected="selected">{{ choice.1 }}
{% else %}
<option value="{{ choice.0 }}">{{ choice.1 }}
{% endifequal %}