Browse Source

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

Richard Zang 9 years ago
parent
commit
a63b73f2d2
1 changed files with 1 additions and 0 deletions
  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;
           },