ZeroOmega/omega-web/src/coffee/omega_decoration.coffee

11 lines
372 B
CoffeeScript
Raw Normal View History

2014-09-20 23:49:04 +08:00
angular.module('omegaDecoration', []).value('profileIcons', {
'DirectProfile': 'glyphicon-transfer',
'SystemProfile': 'glyphicon-off',
'AutoDetectProfile': 'glyphicon-file',
'FixedProfile': 'glyphicon-globe',
'PacProfile': 'glyphicon-file',
'RulelistProfile': 'glyphicon-list',
'SwitchProfile': 'glyphicon-retweet',
'RuleListProfile': 'glyphicon-list',
})