ui - various bug fixes more or less related to UI

This commit is contained in:
florian
2021-08-09 13:19:10 +02:00
parent 2ec28c79cb
commit bcd421de09
10 changed files with 38 additions and 22 deletions

View File

@@ -57,6 +57,7 @@ function deleteService(id) {
function reloadInstance(id) {
post("reload", "instances", getData('form-instance-' + id));
return false;
}
function startInstance(id) {