Pman.Dialog.VerifyAccess.bjs
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 05:02:33 +0000 (13:02 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 05:02:33 +0000 (13:02 +0800)
Pman.Dialog.VerifyAccess.js

Pman.Dialog.VerifyAccess.bjs
Pman.Dialog.VerifyAccess.js

index 848d7a6..6ed4e9c 100644 (file)
@@ -8,6 +8,7 @@
  "strings" : {
   "e2c9d024b79dfb48b42a7807206c6aed" : "Verify New IP Access",
   "d41d8cd98f00b204e9800998ecf8427e" : "",
+  "a12a3079e14ced46e69ba52b8a90b21a" : "IP",
   "f6039d44b29456b20f8f373155ae4973" : "Username",
   "004bf6c9a40003140292e97330236c53" : "Action",
   "5a787141d53b573ec9b86e900bfe0d79" : "Expire Date",
           }
          ]
         },
+        {
+         "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,
index 22c61f5..25b93da 100644 (file)
@@ -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,