Преглед изворни кода

HUE-1492 [hbase] Create new table popup is not hidden on creation

Kevin Wang пре 12 година
родитељ
комит
d6ec5aa
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      apps/hbase/static/js/app.js

+ 1 - 0
apps/hbase/static/js/app.js

@@ -205,6 +205,7 @@ function bindSubmit() {
     if(ui)
       ui.isLoading(false);
   }).success(function() {
+    $(self).modal('hide');
     if(ui)
       app.focusModel().reload();
   });