mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 00:07:40 -02:30
Add Layout directive unit tests
This commit is contained in:
@@ -18,7 +18,7 @@ function AtLayoutController ($scope, strings) {
|
||||
|
||||
$scope.$watch('$root.socketStatus', (newStatus) => {
|
||||
vm.socketState = newStatus;
|
||||
vm.socketIconClass = `icon-socket-${$scope.socketStatus}`;
|
||||
vm.socketIconClass = `icon-socket-${vm.socketState}`;
|
||||
});
|
||||
|
||||
$scope.$watch('$root.licenseMissing', (licenseMissing) => {
|
||||
|
||||
Reference in New Issue
Block a user