From ff6256c37b47a7238eae77bd10bd475fa0dd2e92 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 11:54:52 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 25 +++++++++++++++++++++++++ Pman.Dialog.VerifyAccess.js | 29 +++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 5cb64064..f6a5edc3 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -81,6 +81,31 @@ } ] }, + { + "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", diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 597b993c..7d625996 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -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, -- 2.39.2