bansho/app/components/directive/table/cell_status_host_status/cell_status_host_status.js

7 lines
216 B
JavaScript

'use strict';
angular.module('bansho.table')
.run(['tableGlobalConfig', function (tableGlobalConfig) {
tableGlobalConfig.cellToFieldsMap.status_host_status = ['state', 'last_check', 'parents'];
}]);