mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
on change disk image (cherry picked from commit d4fc5cb14a86ea63c3b2165bf023aa13bb3b3fee)
This commit is contained in:
parent
eaa68aa140
commit
8eb6271b82
@ -82,6 +82,7 @@ define(function(require) {
|
||||
"select_callback": function(aData, options) {
|
||||
// If the image is selected by Id, avoid overwriting it with name+uname
|
||||
if ($("#IMAGE_ID", context).val() != aData[options.id_index]) {
|
||||
$("#OPENNEBULA_MANAGED", context).val("");
|
||||
$("#IMAGE_ID", context).val("");
|
||||
$("#IMAGE", context).val(aData[options.name_index]);
|
||||
$("#IMAGE_UNAME", context).val(aData[options.uname_index]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user