blob: 7431bba716b07093ce5d0a49e30a7540909fdb79 [file] [log] [blame]
/***************************************************************************************************
timeout used by controller functions. after the timeout expires the "pending" action
is removed and the topology view is whatever is reported by the API
***************************************************************************************************/
var pendingTimeout = 30000;
/***************************************************************************************************
CSS names for the pallette of colors used by the topology view
***************************************************************************************************/
var colors = [
'color1',
'color2',
'color3',
'color4',
'color7',
'color8',
'color9',
// 'color11',
'color12'
];
colors.reverse();