From a3609a0f7fbd97ae487341e88c0b81fc5bf5b81d Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Thu, 07 May 2015 04:48:16 -0400
Subject: [PATCH] FS#2096 - Add "iptables" line in openvz vhost template file

---
 interface/web/vm/form/openvz_vm.tform.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/interface/web/vm/form/openvz_vm.tform.php b/interface/web/vm/form/openvz_vm.tform.php
index 4c04846..666d06c 100644
--- a/interface/web/vm/form/openvz_vm.tform.php
+++ b/interface/web/vm/form/openvz_vm.tform.php
@@ -314,6 +314,14 @@
 				'width'  => '30',
 				'maxlength' => '255'
 			),
+			'iptables' => array (
+				'datatype' => 'VARCHAR',
+				'formtype' => 'TEXT',
+				'default' => '',
+				'value'  => '',
+				'width'  => '30',
+				'maxlength' => '255'
+			),
 			//#################################
 			// ENDE Datatable fields
 			//#################################

--
Gitblit v1.9.1