manager events: Spawned/Rebuilt/Killed/Destroyed + start button
This commit is contained in:
parent
06ea0cf283
commit
37c6504462
9 changed files with 165 additions and 70 deletions
|
|
@ -147,6 +147,11 @@
|
|||
form('/kill/' + c.name, 'btn-stop', '■ ST0P', 'stop ' + c.name + '?'),
|
||||
);
|
||||
}
|
||||
} else {
|
||||
li.append(
|
||||
' ',
|
||||
form('/start/' + c.name, 'btn-start', '▶ ST4RT', 'start ' + c.name + '?'),
|
||||
);
|
||||
}
|
||||
li.append(
|
||||
' ',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue