mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 10:38:50 -05:00
Dokcer: fixed templates not saving
This commit is contained in:
@@ -23,7 +23,7 @@ require_once "$docroot/plugins/dynamix.docker.manager/include/DockerClient.php";
|
||||
$template_repos = $dockerManPaths['template-repos'];
|
||||
?>
|
||||
<form markdown="1" method="POST" action="/plugins/dynamix.docker.manager/include/UpdateConfig.php" target="progressFrame">
|
||||
<input type="hidden" name="#action" value="templates" />
|
||||
<input type="hidden" name="action" value="templates">
|
||||
Template repositories:
|
||||
: <textarea name="template_repos" rows="5" cols="100" style="width:550px"><?=@file_get_contents($template_repos);?></textarea>
|
||||
|
||||
@@ -33,5 +33,5 @@ Template repositories:
|
||||
> For a list of popular community-supported repositories, visit here: <a href="http://lime-technology.com/forum/index.php?topic=37958.0" target="_blank">http://lime-technology.com/forum/index.php?topic=37958.0</a>
|
||||
|
||||
|
||||
: <input type="submit" value="Save" />
|
||||
: <input type="submit" value="Save">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user