|
|
|
@ -39,6 +39,9 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
|
|
|
|
|
watermark: BI.i18nText("Plugin-S3_Input"), |
|
|
|
|
text: BI.i18nText("Plugin-S3_End_Point"), |
|
|
|
|
value: this.model.endPoint, |
|
|
|
|
el: { |
|
|
|
|
disabled: !o.editable, |
|
|
|
|
}, |
|
|
|
|
ref: function (_ref) { |
|
|
|
|
self.endPointRow = _ref; |
|
|
|
|
}, |
|
|
|
@ -55,6 +58,9 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
|
|
|
|
|
watermark: BI.i18nText("Plugin-S3_Input"), |
|
|
|
|
text: BI.i18nText("Plugin-S3_Region"), |
|
|
|
|
value: this.model.region, |
|
|
|
|
el: { |
|
|
|
|
disabled: !o.editable, |
|
|
|
|
}, |
|
|
|
|
ref: function (_ref) { |
|
|
|
|
self.regionRow = _ref; |
|
|
|
|
}, |
|
|
|
@ -71,6 +77,9 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
|
|
|
|
|
watermark: BI.i18nText("Plugin-S3_Input"), |
|
|
|
|
text: BI.i18nText("Plugin-S3_Access_Key_Id"), |
|
|
|
|
value: this.model.accessKeyId, |
|
|
|
|
el: { |
|
|
|
|
disabled: !o.editable, |
|
|
|
|
}, |
|
|
|
|
ref: function (_ref) { |
|
|
|
|
self.portRow = _ref; |
|
|
|
|
}, |
|
|
|
@ -88,6 +97,9 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
|
|
|
|
|
watermark: BI.i18nText("Plugin-S3_Access_Key_Secret"), |
|
|
|
|
text: BI.i18nText("Plugin-S3_Access_Key_Secret"), |
|
|
|
|
value: "******", |
|
|
|
|
el: { |
|
|
|
|
disabled: !o.editable, |
|
|
|
|
}, |
|
|
|
|
listeners: [{ |
|
|
|
|
eventName: BI.Editor.EVENT_CHANGE, |
|
|
|
|
action: function () { |
|
|
|
@ -102,6 +114,9 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
|
|
|
|
|
watermark: BI.i18nText("Plugin-S3_Bucket"), |
|
|
|
|
text: BI.i18nText("Plugin-S3_Bucket"), |
|
|
|
|
value: this.model.bucket, |
|
|
|
|
el: { |
|
|
|
|
disabled: !o.editable, |
|
|
|
|
}, |
|
|
|
|
listeners: [{ |
|
|
|
|
eventName: BI.Editor.EVENT_CHANGE, |
|
|
|
|
action: function () { |
|
|
|
|