dockerMan - Deprecate TemplateURL

See here: https://forums.unraid.net/topic/38619-docker-template-xml-schema/page/2/?tab=comments#comment-773589

Code though has to stay (albeit hidden) so that what CA does enter in for it is saved in the template.
This commit is contained in:
Squidly271
2019-09-15 17:33:29 -04:00
committed by GitHub
parent dda07223a1
commit 2e45bde644

View File

@@ -896,7 +896,7 @@ button[type=button]{margin:0 20px 0 0}
</blockquote>
</td>
</tr>
<tr class="<?=$authoring;?>">
<tr class='noshow'"> <!-- Deprecated for author to enter or change, but needs to be present -->
<td>Template URL:</td>
<td><input type="text" name="contTemplateURL"></td>
</tr>