mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 06:48:37 -05:00
Fix to open job_templates accordion on initial page load. Fix to missing tooltips for play/stop schedule button within job_templates and projects pages.
This commit is contained in:
@@ -32,7 +32,7 @@ GetBasePath, Wait, Breadcrumbs, Find, LoadDialogPartial, LoadSchedulesScope, Get
|
||||
if ($scope.removeParentLoaded) {
|
||||
$scope.removeParentLoaded();
|
||||
}
|
||||
$scope.removeScheduledLoaded = $scope.$on('ParentLoaded', function() {
|
||||
$scope.removeParentLoaded = $scope.$on('ParentLoaded', function() {
|
||||
// Add breadcrumbs
|
||||
LoadBreadCrumbs({
|
||||
path: $location.path().replace(/\/schedules$/,''),
|
||||
|
||||
Reference in New Issue
Block a user