commit | 4250f30262c4c32a1a243a46d8b2452e174bd7ca | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Wed Sep 06 11:03:52 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 14:51:30 2017 -0500 |
tree | 086b20c988a77a95713c04a9239876f171483428 | |
parent | eed3584ef7199c05d27816b0da129401d743cad5 [diff] [blame] |
multi-server changes and prototype additions Change-Id: Icfdf19205bc4123ebd1bea086f01323ec41b4685 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/directives/app-header.js b/app/common/directives/app-header.js index cb4704e..6844c9c 100644 --- a/app/common/directives/app-header.js +++ b/app/common/directives/app-header.js
@@ -80,6 +80,10 @@ $scope.$on('$destroy', function(){ loginListener(); }); + + $scope.multiRecent = function(){ + $scope.multi_server_recent = !$scope.multi_server_recent; + }; }] }; }]);