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:
authornachoparker <nacho@ownyourbits.com>2017-08-10 21:48:07 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-11 00:17:56 +0300
commita0154aaee201290baed6c98048e986dbaa197092 (patch)
tree884cc715ff7e197e32f40d49f9ddc4f5c476d247
parent77567c40bbbe1aac4b5c4271ed912f62f84fde69 (diff)
ncp-web: show versionv0.19.9
-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 {