summaryrefslogtreecommitdiffstats
path: root/app/common/directives/app-header.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/directives/app-header.js')
-rw-r--r--app/common/directives/app-header.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/common/directives/app-header.js b/app/common/directives/app-header.js
index 98d210f..df39772 100644
--- a/app/common/directives/app-header.js
+++ b/app/common/directives/app-header.js
@@ -14,6 +14,7 @@ window.angular && (function(angular) {
function(
$rootScope, $scope, dataService, userModel, $location, $route) {
$scope.dataService = dataService;
+ $scope.username = '';
try {
// Create a secure websocket with URL as /subscribe
@@ -118,6 +119,7 @@ window.angular && (function(angular) {
$scope.loadNetworkInfo();
$scope.loadServerHealth();
$scope.loadSystemName();
+ $scope.username = dataService.getUser();
}
loadData();
OpenPOWER on IntegriCloud