diff --git a/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js b/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js index 77791242..a1054c66 100644 --- a/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js +++ b/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js @@ -62,7 +62,7 @@ function run(registry, clusterTemplatesService, basePath, resourceType) { registry.getResourceType(resourceType) .setNames(gettext('Cluster Template'), gettext('Cluster Templates')) - + .setDefaultIndexUrl('/project/cluster_templates/') // for detail summary view on table row .setSummaryTemplateUrl(basePath + 'details/drawer.html') // for table row items and detail summary view. diff --git a/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js b/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js index 4b237672..74be56c0 100644 --- a/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js +++ b/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js @@ -60,7 +60,7 @@ function run(registry, clustersService, basePath, resourceType) { registry.getResourceType(resourceType) .setNames(gettext('Cluster'), gettext('Clusters')) - + .setDefaultIndexUrl('/project/clusters/') // for detail summary view on table row. .setSummaryTemplateUrl(basePath + 'details/drawer.html') // for table row items and detail summary view.