ncp-web: show version

This commit is contained in:
nachoparker 2017-08-10 20:48:07 +02:00
parent 77567c40bb
commit a0154aaee2
2 changed files with 4 additions and 0 deletions

View File

@ -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">

View File

@ -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 {