|
|
@ -197,7 +197,7 @@ export class FileUpload extends BI.Widget { |
|
|
|
this.errorMsg = _ref; |
|
|
|
this.errorMsg = _ref; |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
type: BI.VerticalLayout.xtype, |
|
|
|
type: BI.VerticalAdaptLayout.xtype, |
|
|
|
rgap: 5, |
|
|
|
rgap: 5, |
|
|
|
items: [ |
|
|
|
items: [ |
|
|
|
{ |
|
|
|
{ |
|
|
@ -276,6 +276,8 @@ export class FileUpload extends BI.Widget { |
|
|
|
!failed && BI.Msg.toast(uploadedInfo[0].filename + BI.i18nText('Dec-Dcm_Connection_File_Upload_Success'),{ |
|
|
|
!failed && BI.Msg.toast(uploadedInfo[0].filename + BI.i18nText('Dec-Dcm_Connection_File_Upload_Success'),{ |
|
|
|
level: "success" |
|
|
|
level: "success" |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
NProgress.configure({ parent: 'body'}); |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|