|
|
|
@ -41,6 +41,7 @@ export class MaintainFormModel extends Model<{
|
|
|
|
|
this.model.pageIndex = PAGE_INDEX.CONNECTION; |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
shutdownConnectionStatus: (name: string) => api.shutdownConnectionStatus(name), |
|
|
|
|
testConnection: (connection: Connection) => testConnection(connection), |
|
|
|
|
setIsCopy(isCopy: boolean) { |
|
|
|
|
this.model.isCopy = isCopy; |
|
|
|
|