mirror of
https://github.com/unraid/webgui.git
synced 2026-05-20 21:29:35 -05:00
Update DockerClient.php
- fix incorrect indentation
This commit is contained in:
@@ -392,7 +392,7 @@ class DockerTemplates {
|
||||
} else if (empty($tmp['template']) || $reload) {
|
||||
$tmp['template'] = $this->getUserTemplate($name);
|
||||
if ($reload) $DockerUpdate->updateUserTemplate($name);
|
||||
if (empty($tmp['updated']) || $reload) {
|
||||
if (empty($tmp['updated']) || $reload) {
|
||||
if ($reload) $DockerUpdate->reloadUpdateStatus($image);
|
||||
$tmp['updated'] = var_export($DockerUpdate->getUpdateStatus($image),true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user