mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8427: Some messages are hard-coded in javascript after Volume upload branch merge(0b835592)
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com> This closes #208
This commit is contained in:
parent
1a719afb51
commit
5646a07513
|
|
@ -256,7 +256,7 @@ label.action.reboot.systemvm.processing=Rebooting System VM....
|
|||
label.action.reboot.systemvm=Reboot System VM
|
||||
label.action.recurring.snapshot=Recurring Snapshots
|
||||
label.action.register.iso=Register ISO
|
||||
label.action.register.template=Register template
|
||||
label.action.register.template=Register Template from URL
|
||||
label.action.release.ip.processing=Releasing IP....
|
||||
label.action.release.ip=Release IP
|
||||
label.action.remove.host.processing=Removing Host....
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
actions: {
|
||||
// Add volume
|
||||
add: {
|
||||
label: 'Add',
|
||||
label: 'label.add',
|
||||
|
||||
preFilter: function(args) {
|
||||
return !args.context.instances;
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
}
|
||||
},
|
||||
createForm: {
|
||||
title: 'Register Template from URL',
|
||||
title: 'label.action.register.template',
|
||||
docID: 'helpNetworkOfferingName',
|
||||
preFilter: cloudStack.preFilter.createTemplate,
|
||||
fields: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue