mocked server page and better navigation and overall layout
This commit is contained in:
parent
d2c770d218
commit
89f47c6dbb
23 changed files with 12718 additions and 47 deletions
8
resources/assets/scripts/components/server/index.js
Normal file
8
resources/assets/scripts/components/server/index.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
export {default as Server} from './Server';
|
||||
export {default as ServerAllocations} from './ServerAllocations';
|
||||
export {default as ServerConsole} from './ServerConsole';
|
||||
export {default as ServerDatabases} from './ServerDatabases';
|
||||
export {default as ServerFiles} from './ServerFiles';
|
||||
export {default as ServerSchedules} from './ServerSchedules';
|
||||
export {default as ServerSettings} from './ServerSettings';
|
||||
export {default as ServerSubusers} from './ServerSubusers';
|
Reference in a new issue