Got rid of useless table dependencies

This commit is contained in:
Frédéric Vachon 2015-02-20 15:22:23 -05:00
parent a55d2fd5f4
commit e7734958c9

View File

@ -1,15 +1,6 @@
'use strict';
angular.module('adagios.table', ['adagios.live',
'adagios.filters',
'adagios.table.cell_host',
'adagios.table.cell_duration',
'adagios.table.cell_service_check',
'adagios.table.cell_last_check',
'adagios.table.cell_hosts_host',
'adagios.table.cell_host_address',
'adagios.table.cell_host_status'
])
angular.module('adagios.table', ['adagios.live'])
.value('tableConfig', { cells: { 'text': [], 'name': [] },
apiName: '',