Merge "Fix breadcrumb issue with AngularJS panels"

This commit is contained in:
Zuul 2019-03-19 14:03:55 +00:00 committed by Gerrit Code Review
commit 06adceaa2b
3 changed files with 7 additions and 4 deletions

View File

@ -55,8 +55,7 @@
// set default url for index view. this will be used for reproducing
// sidebar and breadcrumb when refreshing or accessing directly
// details view.
// TODO(kbujold): Uncomment when we rebase to Stein, to fix upstream bug 1746706
//.setDefaultIndexUrl('/admin/fault_management/')
.setDefaultIndexUrl('/admin/active_alarms/')
// specify items for table row items, summary view and details view
.setProperties(properties())

View File

@ -53,8 +53,7 @@
// set default url for index view. this will be used for reproducing
// sidebar and breadcrumb when refreshing or accessing directly
// details view.
// TODO(kbujold): Uncomment when we rebase to Stein, to fix upstream bug 1746706
//.setDefaultIndexUrl('/admin/fault_management/')
.setDefaultIndexUrl('/admin/events/')
// specify items for table row items, summary view and details view
.setProperties(properties())

View File

@ -57,6 +57,11 @@
// get items for table
.setListFunction(service.getPromise)
// set default url for index view. this will be used for reproducing
// sidebar and breadcrumb when refreshing or accessing directly
// details view.
.setDefaultIndexUrl('/admin/events_suppression/')
// specify table columns
.tableColumns
.append({