mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 07:48:39 -05:00
initial details panel integration
This commit is contained in:
@@ -67,6 +67,13 @@ function JobsIndexController (
|
||||
vm.removeSearchTag = removeSearchTag;
|
||||
vm.searchTags = getSearchTags(getCurrentQueryset());
|
||||
|
||||
// details
|
||||
vm.details = {
|
||||
job: resource.model.model.GET,
|
||||
status: resource.model.model.GET.status,
|
||||
resource,
|
||||
};
|
||||
|
||||
render.requestAnimationFrame(() => init());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user