Merge "Fix breadcrumb issue with AngularJS panels"
This commit is contained in:
commit
06adceaa2b
@ -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())
|
||||
|
@ -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())
|
||||
|
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user