Add status labels for network providers

This commit is contained in:
Brian Federle 2011-11-21 15:24:04 -08:00
parent fc6c6fb5cb
commit 5ce9e74c5c

View File

@ -834,6 +834,12 @@
return naasStatusMap;
},
statusLabels: {
enabled: 'Enabled',
'not-configured': 'Not setup',
disabled: 'Disabled'
},
// Actions performed on entire net. provider type
actions: {
enable: function(args) {