Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/index.php')
-rw-r--r--ncp-web/index.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index 85bea26d..65ceff78 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -64,9 +64,14 @@
<h1 class="hidden-visually">NextCloudPi</h1>
</div>
</a>
+ <?php echo file_get_contents( "/usr/local/etc/ncp-version" ) . "&nbsp;&nbsp;"; ?>
</div>
<div id="header-right">
- <?php echo file_get_contents( "/usr/local/etc/ncp-version" ) . "&nbsp;&nbsp;"; ?>
+ <div id="poweroff">
+ <div id="expand">
+ <div id="expandDisplayName" class="icon-power-white"></div>
+ </div>
+ </div>
</div>
</header>