mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
feat(tasks): change task name format in tasks datatable (#1884)
This commit is contained in:
parent
b2b1c86067
commit
a0a667053e
6 changed files with 14 additions and 10 deletions
|
@ -11,6 +11,7 @@ angular.module('portainer.docker')
|
|||
var task = tasks[i];
|
||||
if (task.ServiceId === service.Id) {
|
||||
service.Tasks.push(task);
|
||||
task.Service = service;
|
||||
} else {
|
||||
otherServicesTasks.push(task);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue