瀏覽代碼

AMBARI-13933. Automatic Logout warning pops up even after selecting 'Remain Logged In' (rzang)

Richard Zang 9 年之前
父節點
當前提交
a63b73f2d2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ambari-web/app/controllers/main.js

+ 1 - 0
ambari-web/app/controllers/main.js

@@ -256,6 +256,7 @@ App.MainController = Em.Controller.extend({
             }
           }),
           onPrimary: function() {
+            scope.keepActive();
             scope.userTimeOutModal.hide();
             delete scope.userTimeOutModal;
           },