From: edward Date: Thu, 15 Feb 2018 03:54:52 +0000 (+0800) Subject: Pman.Dialog.VerifyAccess.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ff6256c37b47a7238eae77bd10bd475fa0dd2e92 Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- 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,