mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
docker: hide power button in ncp-web
This commit is contained in:
parent
8f36a2f253
commit
d52edc9a8e
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user