Add comment

environments/ppa-mbqj77/deployments/1
Christophe Maudoux 7 years ago
parent 0bd3c2ed00
commit 71a55e2af3
  1. 1
      lemonldap-ng-manager/site/coffee/2ndfa.coffee
  2. 1
      lemonldap-ng-manager/site/coffee/notifications.coffee
  3. 1
      lemonldap-ng-manager/site/coffee/sessions.coffee

@ -375,6 +375,7 @@ llapp.controller 'SessionsExplorerCtrl', ['$scope', '$translator', '$location',
$scope.waiting = false
, (resp) ->
$scope.waiting = false
# Colorized link
$scope.activeModule = "2ndFA"
$scope.myStyle = {color: '#ffb84d'}

@ -241,6 +241,7 @@ llapp.controller 'NotificationsExplorerCtrl', [ '$scope', '$translator', '$locat
$scope.waiting = false
, (resp) ->
$scope.waiting = false
# Colorized link
$scope.activeModule = "notifications"
$scope.myStyle = {color: '#ffb84d'}

@ -395,6 +395,7 @@ llapp.controller 'SessionsExplorerCtrl', ['$scope', '$translator', '$location',
$scope.waiting = false
, (resp) ->
$scope.waiting = false
# Colorized link
$scope.activeModule = "sessions"
$scope.myStyle = {color: '#ffb84d'}

Loading…
Cancel
Save