Some folder restructuring to help with route loading states (#14022)

* initial reshuffle to use outlet and remove dashboard and index replace with higher level parent clients

* loading

* clean up

* test clean up

* clean up
This commit is contained in:
Angel Garbarino
2022-02-11 15:15:12 -07:00
committed by GitHub
parent 81c953c3cb
commit eefc9817a1
17 changed files with 4925 additions and 4949 deletions

View File

@@ -18,6 +18,7 @@ Router.map(function () {
this.mount('open-api-explorer', { path: '/api-explorer' });
this.route('license');
this.route('clients', function () {
this.route('current');
this.route('history');
this.route('config');
this.route('edit');