Skip to content

Commit

Permalink
Merge pull request kubernetes#439 from anvithks/fixdelfinRoute
Browse files Browse the repository at this point in the history
Fixed incorrect route for storage summary
  • Loading branch information
skdwriting authored Sep 28, 2020
2 parents 769db9c + ba28297 commit d9aeb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const routes: Routes = [
{path: 'modifyCloudFileShare/:fileShareId', loadChildren: './business/block/cloud-file-share/modify/cloud-file-share-modify.module#CloudFileShareModifyModule'},
{path: 'fileShareDetail/:fileShareId', loadChildren: './business/block/file-share-detail/file-share-detail.module#FileShareDetailModule'},
{path: 'services', loadChildren: './business/services/services.module#ServicesModule'},
{path: 'monitor', loadChildren: './business/delfin/delfin.module#DelfinModule'},
{path: 'resource-monitor', loadChildren: './business/delfin/delfin.module#DelfinModule'},
{path: 'registerStorage', loadChildren: './business/delfin/register-storage/register-storage.module#RegisterStorageModule'},
{path: 'storageDetails/:storageId', loadChildren: './business/delfin/storage-details/storage-details.module#StorageDetailsModule'},
{path: 'modifyStorage/:storageId', loadChildren: './business/delfin/modify-storage/modify-storage.module#ModifyStorageModule'}
Expand Down

0 comments on commit d9aeb90

Please sign in to comment.