From 53aa4c17a21a41c8b76f468758f976578a802d31 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 13:02:33 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 15 +++++++++++++++ Pman.Dialog.VerifyAccess.js | 17 +++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 848d7a62..6ed4e9cf 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -8,6 +8,7 @@ "strings" : { "e2c9d024b79dfb48b42a7807206c6aed" : "Verify New IP Access", "d41d8cd98f00b204e9800998ecf8427e" : "", + "a12a3079e14ced46e69ba52b8a90b21a" : "IP", "f6039d44b29456b20f8f373155ae4973" : "Username", "004bf6c9a40003140292e97330236c53" : "Action", "5a787141d53b573ec9b86e900bfe0d79" : "Expire Date", @@ -56,6 +57,20 @@ } ] }, + { + "xtype" : "Column", + "Number xs" : 12, + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "String name" : "ip", + "Boolean readOnly" : true, + "xtype" : "Input", + "string fieldLabel" : "IP", + "$ xns" : "Roo.bootstrap" + } + ] + }, { "xtype" : "Column", "Number xs" : 12, diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 22c61f58..25b93da4 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -10,6 +10,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { _strings : { 'e2c9d024b79dfb48b42a7807206c6aed' :"Verify New IP Access", 'd41d8cd98f00b204e9800998ecf8427e' :"", + 'a12a3079e14ced46e69ba52b8a90b21a' :"IP", 'f6039d44b29456b20f8f373155ae4973' :"Username", '004bf6c9a40003140292e97330236c53' :"Action", '5a787141d53b573ec9b86e900bfe0d79' :"Expire Date", @@ -186,6 +187,22 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { } ] }, + { + xtype : 'Column', + xs : 12, + xns : Roo.bootstrap, + '|xns' : 'Roo.bootstrap', + items : [ + { + xtype : 'Input', + fieldLabel : _this._strings['a12a3079e14ced46e69ba52b8a90b21a'] /* IP */, + name : 'ip', + readOnly : true, + xns : Roo.bootstrap, + '|xns' : 'Roo.bootstrap' + } + ] + }, { xtype : 'Column', xs : 12, -- 2.39.2