summaryrefslogtreecommitdiffstats
path: root/webui_templates/system_edit.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-16 16:12:19 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-16 16:12:19 -0500
commitf03a0e7997d07c8ff69da3a18e61a0ab59674b6f (patch)
tree444d9ea65cb013942a3b5712a0f4e6ad54527cea /webui_templates/system_edit.tmpl
parent3a1e1828c5fb1716fa07856b0744e40923133297 (diff)
downloadthird_party-cobbler-f03a0e7997d07c8ff69da3a18e61a0ab59674b6f.tar.gz
third_party-cobbler-f03a0e7997d07c8ff69da3a18e61a0ab59674b6f.tar.xz
third_party-cobbler-f03a0e7997d07c8ff69da3a18e61a0ab59674b6f.zip
Apply Tim Verhoeven's patch to lengthen WebUI fields.
Diffstat (limited to 'webui_templates/system_edit.tmpl')
-rw-r--r--webui_templates/system_edit.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 4561f13..cc1c0c3 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -157,7 +157,7 @@ function page_onload() {
<label for="kopts">Kernel Options</label>
</td>
<td>
- <input type="text" size="255" style="width: 150px;" name="kopts" id="kopts"
+ <input type="text" size="255" style="width: 400px;" name="kopts" id="kopts"
#if $system
value="$system.kernel_options"
#end if
@@ -171,7 +171,7 @@ function page_onload() {
<label for="ksmeta">Kickstart Metadata</label>
</td>
<td>
- <input type="text" size="255" style="width: 150px;" name="ksmeta" id="ksmeta"
+ <input type="text" size="255" style="width: 400px;" name="ksmeta" id="ksmeta"
#if $system
value="$system.ks_meta"
#end if