mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-1974: Dedicate Guest VLAN Range - UI - Infrastructure menu - physical network - Guest - Release Dedicated VLAN Range action - change label and message.
This commit is contained in:
parent
11a7e46dfb
commit
7cc1e82210
@ -2200,19 +2200,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
//???
|
||||
|
||||
detailView: {
|
||||
name: 'VLAN Range details',
|
||||
actions: {
|
||||
remove: {
|
||||
label: 'Delete VLAN Range',
|
||||
label: 'Release dedicated VLAN range',
|
||||
messages: {
|
||||
confirm: function(args) {
|
||||
return 'Please confirm you want to delete VLAN Range';
|
||||
return 'Please confirm you want to release dedicated VLAN range';
|
||||
},
|
||||
notification: function(args) {
|
||||
return 'Delete VLAN Range';
|
||||
return 'Release dedicated VLAN range';
|
||||
}
|
||||
},
|
||||
action: function(args) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user