Refactor: Dashboard module name and refactor dependencies
This commit is contained in:
parent
b595bdb559
commit
81f7b4980d
@ -17,10 +17,8 @@ angular.module('adagios', [
|
||||
'ngRoute',
|
||||
'adagios.sidebar',
|
||||
'adagios.topbar',
|
||||
'adagios.tactical',
|
||||
'adagios.table',
|
||||
'adagios.filters',
|
||||
'adagios.config',
|
||||
'adagios.view.dashboard',
|
||||
'adagios.view.hosts',
|
||||
'adagios.view.services'
|
||||
])
|
||||
|
@ -1,6 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
angular.module('adagios.table', ['adagios.live',
|
||||
'adagios.filters',
|
||||
'adagios.table.cell_host',
|
||||
'adagios.table.cell_duration',
|
||||
'adagios.table.cell_service_check',
|
||||
|
@ -1,11 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
angular.module('adagios.tactical', ['ngRoute',
|
||||
'adagios.tactical.status_overview',
|
||||
'adagios.tactical.current_health',
|
||||
'adagios.tactical.top_alert_producers',
|
||||
'adagios.table'
|
||||
])
|
||||
angular.module('adagios.view.dashboard', ['ngRoute',
|
||||
'adagios.tactical',
|
||||
'adagios.table'
|
||||
])
|
||||
|
||||
.value('dashboardConfig', {})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user