initial details panel integration

This commit is contained in:
Jake McDermott
2018-03-12 17:17:00 -04:00
parent a23e5e920f
commit f65d170cab
7 changed files with 765 additions and 11 deletions
@@ -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());
}