Files
webgui/plugins/dynamix.docker.manager/AddContainer.page
2017-08-20 18:24:24 +02:00

22 lines
835 B
Plaintext

Title="Add Container"
Cond="(pgrep('dockerd')!==false)"
Markdown="false"
---
<?PHP
/* Copyright 2005-2017, Lime Technology
* Copyright 2014-2017, Guilherme Jardim, Eric Schultz, Jon Panozzo.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*/
?>
<div style="text-align:right;vertical-align:top;position:relative;top:-44px;height:0;display:none;">
<span class="toggleMode" onclick="toggleMode();"><i id="toggleMode" class="fa fa-lg"></i> Advanced View</span>
</div>
<?PHP
require_once "$docroot/plugins/dynamix.docker.manager/include/CreateDocker.php";
?>