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:
-rw-r--r--ncp-web/index.php3
-rw-r--r--ncp-web/ncp.css1
2 files changed, 4 insertions, 0 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index 8437b6b7..98c46709 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -54,6 +54,9 @@
</div>
</a>
</div>
+ <div id="header-right">
+ <?php echo file_get_contents( "/usr/local/etc/ncp-version" ) . "&nbsp;&nbsp;"; ?>
+ </div>
</header>
<div id="content-wrapper">
diff --git a/ncp-web/ncp.css b/ncp-web/ncp.css
index 40829a1f..c2d273e9 100644
--- a/ncp-web/ncp.css
+++ b/ncp-web/ncp.css
@@ -409,6 +409,7 @@ input[type='checkbox'].checkbox--white:indeterminate:disabled + label:after,inpu
flex-grow:1
}
#header #header-right {
+ color: white;
justify-content:flex-end
}
.header-appname-container .header-appname {