mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
B #-: add tag file (#898)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
This commit is contained in:
parent
ba44f49c91
commit
83fd1dc27c
@ -509,7 +509,7 @@ define(function(require) {
|
||||
|
||||
function _submitAdvanced(context) {
|
||||
var template = $("#template", context).val();
|
||||
var ds_id = $("#img_datastore_raw .resource_list_select", context).val();
|
||||
var ds_id = $("#"+prepend+"_datastore_raw .resource_list_select", context).val();
|
||||
|
||||
if (!ds_id) {
|
||||
Notifier.notifyError(Locale.tr("Please select a datastore for this image"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user