X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=static%2Fsrc%2Finstancehandler%2Finstance_list.js;h=af66f16ecc160b5efc9f49411888951715376fb2;hb=647aa2ede87d15576912cd590936ab796d2378c5;hp=161cc51bcda803a1432ba6e7793968e260450a3d;hpb=fb37bca4b7e8178c65df2f1496afe372c1d55e78;p=osm%2FLW-UI.git diff --git a/static/src/instancehandler/instance_list.js b/static/src/instancehandler/instance_list.js index 161cc51..af66f16 100644 --- a/static/src/instancehandler/instance_list.js +++ b/static/src/instancehandler/instance_list.js @@ -66,7 +66,7 @@ function showInstanceDetails(url_info) { }, error: function (result) { dialog.modal('hide'); - bootbox.alert("An error occurred while retrieving the information for the NS"); + bootbox.alert("An error occurred while retrieving the information."); } }); } @@ -124,6 +124,10 @@ $(document).ready(function () { processData: false }).done(function (response,textStatus, jqXHR) { $('#modal_instance_new_action').modal('hide'); + bootbox.alert({ + title: "Action", + message: "Action received." + }); }).fail(function(result){ var data = result.responseJSON; var title = "Error " + (data.code ? data.code: 'unknown');