mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
ncp-web: show version
This commit is contained in:
parent
77567c40bb
commit
a0154aaee2
@ -54,6 +54,9 @@
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div id="header-right">
|
||||
<?php echo file_get_contents( "/usr/local/etc/ncp-version" ) . " "; ?>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div id="content-wrapper">
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user