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
|
// set default url for index view. this will be used for reproducing
|
||||||
// sidebar and breadcrumb when refreshing or accessing directly
|
// sidebar and breadcrumb when refreshing or accessing directly
|
||||||
// details view.
|
// details view.
|
||||||
// TODO(kbujold): Uncomment when we rebase to Stein, to fix upstream bug 1746706
|
.setDefaultIndexUrl('/admin/active_alarms/')
|
||||||
//.setDefaultIndexUrl('/admin/fault_management/')
|
|
||||||
|
|
||||||
// specify items for table row items, summary view and details view
|
// specify items for table row items, summary view and details view
|
||||||
.setProperties(properties())
|
.setProperties(properties())
|
||||||
|
@ -53,8 +53,7 @@
|
|||||||
// set default url for index view. this will be used for reproducing
|
// set default url for index view. this will be used for reproducing
|
||||||
// sidebar and breadcrumb when refreshing or accessing directly
|
// sidebar and breadcrumb when refreshing or accessing directly
|
||||||
// details view.
|
// details view.
|
||||||
// TODO(kbujold): Uncomment when we rebase to Stein, to fix upstream bug 1746706
|
.setDefaultIndexUrl('/admin/events/')
|
||||||
//.setDefaultIndexUrl('/admin/fault_management/')
|
|
||||||
|
|
||||||
// specify items for table row items, summary view and details view
|
// specify items for table row items, summary view and details view
|
||||||
.setProperties(properties())
|
.setProperties(properties())
|
||||||
|
@ -57,6 +57,11 @@
|
|||||||
// get items for table
|
// get items for table
|
||||||
.setListFunction(service.getPromise)
|
.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
|
// specify table columns
|
||||||
.tableColumns
|
.tableColumns
|
||||||
.append({
|
.append({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user