summaryrefslogtreecommitdiffstats
path: root/webui_templates/master.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-14 14:59:29 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-14 14:59:29 -0400
commit9fce10e7cf0a616b14c031d7b03c78f58a887c56 (patch)
treedabbb05b0eee7ec6f57ab943ee767cd5e98c016e /webui_templates/master.tmpl
parent522f4a9573db3443b6fdba095a97daf7755bbaf3 (diff)
downloadthird_party-cobbler-9fce10e7cf0a616b14c031d7b03c78f58a887c56.tar.gz
third_party-cobbler-9fce10e7cf0a616b14c031d7b03c78f58a887c56.tar.xz
third_party-cobbler-9fce10e7cf0a616b14c031d7b03c78f58a887c56.zip
Repos are now added to the WebUI.
Diffstat (limited to 'webui_templates/master.tmpl')
-rw-r--r--webui_templates/master.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/webui_templates/master.tmpl b/webui_templates/master.tmpl
index b856f6d..0e73c03 100644
--- a/webui_templates/master.tmpl
+++ b/webui_templates/master.tmpl
@@ -37,15 +37,15 @@
<li><a href="$base_url/profile_list" class="menu">Profiles</a></li>
<li><a href="$base_url/system_list" class="menu">Systems</a></li>
<li><a href="$base_url/ksfile_list" class="menu">Kickstarts</a></li>
- <li>(Pending: Repos)</li>
+ <li><a href="$base_url/repo_list" class="menu">Repos</a></li>
<li><hr/></li>
<li>ADD</li>
<li><a href="$base_url/distro_edit" class="menu">Distro</a></li>
<li><a href="$base_url/profile_edit" class="menu">Profile</a></li>
<li><a href="$base_url/system_edit" class="menu">System</a></li>
- <li>(Pending: Repo)</li>
+ <li><a href="$base_url/repo_edit" class="menu">Repo</a></li>
<li><hr/></li>
- <li>Sync</li>
+ <li>&lt;Sync&gt;</li>
</ul>
</div>