|
|
|
@ -64,7 +64,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: jndiName, |
|
|
|
@ -131,7 +130,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.provider.url'], |
|
|
|
@ -147,7 +145,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.security.principal'], |
|
|
|
@ -163,7 +160,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.security.credentials'], |
|
|
|
@ -225,7 +221,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.factory.object'], |
|
|
|
@ -240,7 +235,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.factory.state'], |
|
|
|
@ -255,7 +249,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.factory.url.pkgs'], |
|
|
|
@ -270,7 +263,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.dns.url'], |
|
|
|
@ -285,7 +277,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.authoritative'], |
|
|
|
@ -300,7 +291,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.batchsize'], |
|
|
|
@ -315,7 +305,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.referral'], |
|
|
|
@ -330,7 +319,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.security.protocol'], |
|
|
|
@ -345,7 +333,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.security.authentication'], |
|
|
|
@ -360,7 +347,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.language'], |
|
|
|
@ -375,7 +361,6 @@ export class FormJndi extends BI.Widget {
|
|
|
|
|
nameWidth: 200, |
|
|
|
|
forms: [{ |
|
|
|
|
type: TextEditor, |
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
|
width: 300, |
|
|
|
|
allowBlank: true, |
|
|
|
|
value: contextHashtable['java.naming.applet'], |
|
|
|
|