cloudstack 3.0 UI - instance page - attach ISO - fix a localization error.

This commit is contained in:
Jessica Wang 2012-04-18 14:01:30 -07:00
parent 9e995a7d65
commit a2fd69ea7e
1 changed files with 4 additions and 8 deletions

View File

@ -1048,13 +1048,12 @@
attachISO: {
label: 'label.action.attach.iso',
createForm: {
title: 'label.action.attach.iso',
desc: 'label.action.attach.iso',
title: 'label.action.attach.iso',
fields: {
iso: {
label: 'ISO',
select: function(args) {
var items = [];//???
var items = [];
var map = {};
$.ajax({
url: createURL("listIsos&isReady=true&isofilter=featured"),
@ -1124,12 +1123,9 @@
}
});
},
messages: {
confirm: function(args) {
return 'Are you sure you want to attach ISO to instance ' + args.name + '?';
},
messages: {
notification: function(args) {
return 'label.attach.iso';
return 'label.action.attach.iso';
}
},
notification: {