mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-18 22:11:49 -05:00
Added numerous missing breadcrumbs mostly involving edit pages and scheduling pages.
This commit is contained in:
@@ -87,6 +87,7 @@ export default
|
||||
NotificationsTypeChange.getDetailFields($scope.notification_type.value).forEach(function(field) {
|
||||
$scope[field[0]] = field[1];
|
||||
});
|
||||
$scope.notification_obj = data;
|
||||
Wait('stop');
|
||||
})
|
||||
.error(function (data, status) {
|
||||
|
||||
Reference in New Issue
Block a user