mirror of https://github.com/apache/cloudstack.git
CS-14870: cloudstack 3.0 UI - network offering page - detail view - add tags field.
This commit is contained in:
parent
b5ea18d822
commit
ae9a0f5b5d
|
|
@ -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' }
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue