mirror of https://github.com/apache/cloudstack.git
UI > Infrastructure > Add Primary Storage > use custom function if it's available.
This commit is contained in:
parent
4217d157c5
commit
d1f6d75426
|
|
@ -17015,6 +17015,11 @@
|
|||
array1.push("&tags=" + todb(args.data.storageTags));
|
||||
}
|
||||
|
||||
if ("custom" in args.response) {
|
||||
args.response.custom(array1);
|
||||
return;
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
url: createURL("createStoragePool" + array1.join("")),
|
||||
dataType: "json",
|
||||
|
|
|
|||
Loading…
Reference in New Issue