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:
ramamurtis 2015-04-29 13:34:55 +05:30 committed by Rajani Karuturi
parent 1a719afb51
commit 5646a07513
3 changed files with 3 additions and 3 deletions

View File

@ -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....

View File

@ -68,7 +68,7 @@
actions: {
// Add volume
add: {
label: 'Add',
label: 'label.add',
preFilter: function(args) {
return !args.context.instances;

View File

@ -107,7 +107,7 @@
}
},
createForm: {
title: 'Register Template from URL',
title: 'label.action.register.template',
docID: 'helpNetworkOfferingName',
preFilter: cloudStack.preFilter.createTemplate,
fields: {