|
|
@ -16,7 +16,7 @@ export class ListItem extends BI.BasicButton { |
|
|
|
creator: '', |
|
|
|
creator: '', |
|
|
|
databaseType: '', |
|
|
|
databaseType: '', |
|
|
|
height: 25, |
|
|
|
height: 25, |
|
|
|
baseCls: 'dec-dcm-connection-list-item bi-list-item-active', |
|
|
|
baseCls: 'dec-dcm-connection-list-item bi-list-item-active2', |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
store: ListItemModel['store']; |
|
|
|
store: ListItemModel['store']; |
|
|
@ -126,8 +126,8 @@ export class ListItem extends BI.BasicButton { |
|
|
|
}], |
|
|
|
}], |
|
|
|
|
|
|
|
|
|
|
|
} : { |
|
|
|
} : { |
|
|
|
type: Layout, |
|
|
|
type: Layout, |
|
|
|
}, |
|
|
|
}, |
|
|
|
width: 25, |
|
|
|
width: 25, |
|
|
|
}], |
|
|
|
}], |
|
|
|
}; |
|
|
|
}; |
|
|
@ -211,7 +211,7 @@ export class ListItem extends BI.BasicButton { |
|
|
|
this.store.setPageIndex(PAGE_INDEX.MAINTAIN); |
|
|
|
this.store.setPageIndex(PAGE_INDEX.MAINTAIN); |
|
|
|
this.store.setDatebaseTypeSelected(''); |
|
|
|
this.store.setDatebaseTypeSelected(''); |
|
|
|
}) |
|
|
|
}) |
|
|
|
.catch(() => {}); |
|
|
|
.catch(() => { }); |
|
|
|
}, |
|
|
|
}, |
|
|
|
changeName: () => { |
|
|
|
changeName: () => { |
|
|
|
this.store.setIsEdit(true, name); |
|
|
|
this.store.setIsEdit(true, name); |
|
|
|