Pman.Dialog.VerifyAccess.bjs
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 03:54:52 +0000 (11:54 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 03:54:52 +0000 (11:54 +0800)
Pman.Dialog.VerifyAccess.js

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

index 5cb6406..f6a5edc 100644 (file)
         }
        ]
       },
+      {
+       "xtype" : "Row",
+       "$ xns" : "Roo.bootstrap",
+       "items" : [
+        {
+         "xtype" : "Column",
+         "Number xs" : 8,
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "String name" : "id",
+           "xtype" : "Input",
+           "String inputType" : "hidden",
+           "$ xns" : "Roo.bootstrap"
+          },
+          {
+           "String name" : "authorized_key",
+           "xtype" : "Input",
+           "String inputType" : "hidden",
+           "$ xns" : "Roo.bootstrap"
+          }
+         ]
+        }
+       ]
+      },
       {
        "xtype" : "Row",
        "$ xns" : "Roo.bootstrap",
index 597b993..7d62599 100644 (file)
@@ -268,6 +268,35 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
          }
         ]
        },
+       {
+        xtype : 'Row',
+        xns : Roo.bootstrap,
+        '|xns' : 'Roo.bootstrap',
+        items  : [
+         {
+          xtype : 'Column',
+          xs : 8,
+          xns : Roo.bootstrap,
+          '|xns' : 'Roo.bootstrap',
+          items  : [
+           {
+            xtype : 'Input',
+            inputType : 'hidden',
+            name : 'id',
+            xns : Roo.bootstrap,
+            '|xns' : 'Roo.bootstrap'
+           },
+           {
+            xtype : 'Input',
+            inputType : 'hidden',
+            name : 'authorized_key',
+            xns : Roo.bootstrap,
+            '|xns' : 'Roo.bootstrap'
+           }
+          ]
+         }
+        ]
+       },
        {
         xtype : 'Row',
         xns : Roo.bootstrap,