VNF instances list, show
[osm/LW-UI.git] / static / src / instancehandler / instance_list.js
index 161cc51..af66f16 100644 (file)
@@ -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');