Docker: Don't automatically update webUI entry on templates

webUI being automatically updated by dockerMan on updates results in people that have as an example reverse proxied their containers and needing to have a different webUI always having to redo their changes.
This commit is contained in:
Squidly271
2018-03-19 15:11:42 -04:00
committed by GitHub
parent 30dc063bb2
commit 9b49e08396
@@ -480,7 +480,7 @@ class DockerUpdate{
public function updateUserTemplate($Container) {
$changed = false;
$DockerTemplates = new DockerTemplates();
$validElements = ['Support', 'Overview', 'Category', 'WebUI', 'Icon'];
$validElements = ['Support', 'Overview', 'Category', 'Icon'];
$validAttributes = ['Name', 'Default', 'Description', 'Display', 'Required', 'Mask'];
// Get user template file and abort if fail