1
0
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:
Jorge Miguel Lobo Escalona 2021-03-01 16:02:56 +01:00 committed by GitHub
parent ba44f49c91
commit 83fd1dc27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"));