Files
webgui/plugins/dynamix.docker.manager/AddContainer.page
2016-06-26 11:57:44 +02:00

22 lines
844 B
Plaintext

Title="Add Container"
Cond="(pgrep('docker')!==false)"
Markdown="false"
---
<?PHP
/* Copyright 2005-2016, Lime Technology
* Copyright 2014-2016, 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('/usr/local/emhttp/plugins/dynamix.docker.manager/include/CreateDocker.php');
?>