Replace console view with proper ts
This commit is contained in:
parent
d7ce62c047
commit
3e61bfdeaa
6 changed files with 194 additions and 185 deletions
|
@ -1,6 +1,6 @@
|
|||
export {default as Server} from './Server';
|
||||
export {default as ServerAllocations} from './ServerAllocations.vue';
|
||||
export {default as ConsolePage} from './subpages/Console.vue';
|
||||
export {default as ConsolePage} from './subpages/Console';
|
||||
export {default as DatabasesPage} from './subpages/Databases.vue';
|
||||
export {default as FileManagerPage} from './subpages/FileManager.vue';
|
||||
export {default as ServerSchedules} from './ServerSchedules.vue';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue