summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-11-20 18:10:04 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-11-20 18:10:04 -0500
commit17327b2bad35c04567685a2488552300b0b30118 (patch)
tree5aa76f831b16c0864ad7f4a81fae5a9da29fcf1d /webui_templates
parentbf7be44624c3cc3a9e88c60297b2df496b8fc2ed (diff)
downloadcobbler-17327b2bad35c04567685a2488552300b0b30118.tar.gz
cobbler-17327b2bad35c04567685a2488552300b0b30118.tar.xz
cobbler-17327b2bad35c04567685a2488552300b0b30118.zip
Updated web and manpage info on static route syntax
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/system_edit.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 812ea439..1e5be16b 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -907,7 +907,7 @@ function page_onload() {
</td>
<td class="nicedit">
<input type="text" size="128" style="width: 150px;" name="static_routes" id="static_routes" />
- <p class="context-tip">optional list of ipaddress:netmask:gateway, space delimited</p>
+ <p class="context-tip">optional list of ip/mask:gateway formatted routes, space delimited</p>
</td>
</tr>