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;
+                    };
                 }]
             };
         }]);