From ca069831cd635f6155ea7c2504b47bbea95c76e5 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Wed, 21 Oct 2015 08:53:50 -0400
Subject: [PATCH] FS#1990 - Additional V-Server Field - this commits add a custom-field for openvz-configs
---
interface/web/vm/templates/openvz_template_advanced_edit.htm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/interface/web/vm/templates/openvz_template_advanced_edit.htm b/interface/web/vm/templates/openvz_template_advanced_edit.htm
index d3dee9a..3712906 100644
--- a/interface/web/vm/templates/openvz_template_advanced_edit.htm
+++ b/interface/web/vm/templates/openvz_template_advanced_edit.htm
@@ -80,7 +80,9 @@
<div class="form-group">
<label for="iptables" class="col-sm-3 control-label">{tmpl_var name='iptables_txt'}</label>
<div class="col-sm-9"><input type="text" name="iptables" id="iptables" value="{tmpl_var name='iptables'}" class="form-control" /></div></div>
-
+ <div class="form-group">
+ <label for="custom" class="col-sm-3 control-label">{tmpl_var name='custom_txt'}</label>
+ <div class="col-sm-9"><textarea class="form-control" name="custom" id="custom" rows='10' cols='30'>{tmpl_var name='custom'}</textarea></div></div>
<input type="hidden" name="id" value="{tmpl_var name='id'}">
--
Gitblit v1.9.1