1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(UI): empty workspace view

This commit is contained in:
2021-07-18 16:10:36 +02:00
parent 6b725b1d40
commit e1855a262d
10 changed files with 662 additions and 47 deletions

View File

@ -444,7 +444,6 @@ export default {
await this.refreshStructure(this.connection.uid);
if (oldName !== this.localOptions.name) {
this.setUnsavedChanges(false);
this.renameTabs({
uid: this.connection.uid,
schema: this.schema,
@ -452,8 +451,11 @@ export default {
elementNewName: this.localOptions.name,
elementType: 'table'
});
this.changeBreadcrumbs({ schema: this.schema, table: this.localOptions.name });
}
this.getFieldsData();
}
else
this.addNotification({ status: 'error', message: response });