docker: hide power button in ncp-web

This commit is contained in:
nachoparker 2018-04-10 14:24:29 +02:00
parent 8f36a2f253
commit d52edc9a8e

View File

@ -167,11 +167,16 @@ HTML;
</div>
</div>
</a>
<?php
if ( !file_exists( '/.docker-image' ) )
echo <<<HTML
<div id="poweroff">
<div id="expand">
<div class="icon-power-white"></div>
</div>
</div>
HTML;
?>
</div>
</header>