Reproduce navigations
Details view does not reproduce side menu and breadcrumb properly by refreshing or linking directory. This patch fixes this issue. Change-Id: Ice60cc61a990f1c5c9135992b91482ad7f2e6421 Closes-Bug: #1746706
This commit is contained in:
parent
7887b3f41a
commit
33b730a33d
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user