mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-24 21:34:01 +03:00
Sunstone: fix image select generation for translated states
This commit is contained in:
parent
898dfd3ba5
commit
cb288f39c4
@ -1999,7 +1999,7 @@ function popUpCreateTemplateDialog(){
|
||||
4, //id col - trick -> reference by name!
|
||||
4, //name col
|
||||
[10,10,10],
|
||||
["DISABLED","LOCKED","ERROR"]
|
||||
[tr("DISABLED"),tr("LOCKED"),tr("ERROR")]
|
||||
);
|
||||
$('div#disks select#IMAGE',$create_template_dialog).html(im_sel);
|
||||
//Repopulate network select
|
||||
|
Loading…
Reference in New Issue
Block a user