Skip to content

Commit

Permalink
ncp-web: show version
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Aug 10, 2017
1 parent 77567c4 commit a0154aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ncp-web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
1 change: 1 addition & 0 deletions ncp-web/ncp.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a0154aa

Please sign in to comment.