mirror of
https://github.com/unraid/webgui.git
synced 2026-04-21 17:29:28 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user