CS-14870: cloudstack 3.0 UI - network offering page - detail view - add tags field.

This commit is contained in:
Jessica Wang 2012-05-14 10:11:17 -07:00
parent b5ea18d822
commit ae9a0f5b5d
1 changed files with 9 additions and 7 deletions

View File

@ -962,12 +962,13 @@
label: 'label.menu.network.offerings',
fields: {
name: { label: 'label.name' },
state: {
converter: function(str) {
// For localization
return str;
},
label: 'label.state', indicator: { 'Enabled': 'on', 'Disabled': 'off', 'Destroyed': 'off' }
state: {
label: 'label.state',
indicator: {
'Enabled': 'on',
'Disabled': 'off',
'Destroyed': 'off'
}
}
},
@ -1767,7 +1768,8 @@
},
serviceCapabilities: {
label: 'label.service.capabilities'
}
},
tags: { label: 'label.tags' }
}
],