Merge pull request #306 from Squidly271/patch-5

Docker: Don't automatically update webUI entry on templates
This commit is contained in:
tom mortensen
2018-03-19 14:22:22 -07:00
committed by GitHub
@@ -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', 'Project', 'Icon'];
$validAttributes = ['Name', 'Default', 'Description', 'Display', 'Required', 'Mask'];
// Get user template file and abort if fail