Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-583 - Consistent behavior when not logged in.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Oct 8, 2015
1 parent fe83bda commit 523743d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@ angular.module('RedhatAccess.cases')
function () {
console.log('Unable to get tree data');
});
}
]);
}]
);

angular.module('RedhatAccess.cases').directive('rha403error', function () {
return {
templateUrl: '/support-403.html',
restrict: 'A'
};
});
Original file line number Diff line number Diff line change
Expand Up @@ -5048,14 +5048,6 @@ angular.module('RedhatAccess.cases').controller('TypeSelect', [
});
}
]);
'use strict';
/*jshint unused:vars */
angular.module('RedhatAccess.cases').directive('rha403error', function () {
return {
templateUrl: 'cases/views/403.html',
restrict: 'A'
};
});

'use strict';
/*jshint unused:vars */
Expand Down
1 change: 1 addition & 0 deletions console/src/main/webapp/support-403.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<div rha-header title="Red Hat Access"></div>

0 comments on commit 523743d

Please sign in to comment.