1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #~: Fix ServiceTemplates datatable when import template (#1005)

Signed-off-by: Frederick Borges <fborges@opennebula.io>
This commit is contained in:
Frederick Borges 2021-03-22 10:56:56 +01:00 committed by GitHub
parent 6b270d26ea
commit cc4a05a3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,6 +364,7 @@ define(function(require) {
var success_func = function (){
$("#serviceMarketPlaceError").hide();
$("#serviceMarketPlaceError").attr("oneflow_running", true);
that.servicesTable.resetResourceTableSelect();
};
var error_func = function (){