Browse Source

Show version number in browser

master
Pete Shadbolt 7 years ago
parent
commit
d91ea156dc
3 changed files with 15 additions and 0 deletions
  1. +2
    -0
      .bumpversion.cfg
  2. +2
    -0
      abp/static/index.html
  3. +11
    -0
      abp/static/main.css

+ 2
- 0
.bumpversion.cfg View File

@@ -7,3 +7,5 @@ tag = True

[bumpversion:file:doc/conf.py]

[bumpversion:file:abp/static/index.html]


+ 2
- 0
abp/static/index.html View File

@@ -25,6 +25,8 @@
<div id=node_info class=hidden> nothing </div>
<div id=server_info class=hidden> </div>

<div id=version>Version 0.4.18</div>

<div id=node_data class=hidden>
<div id=node_name></div>
<ul>


+ 11
- 0
abp/static/main.css View File

@@ -41,6 +41,17 @@ html, body { margin: 0; padding: 0; overflow: hidden; font-size: 10pt; font-fam
font-size: 9pt;
}

#version {
color:black;
padding: 10px;
font-family:"courier new";
position: absolute;
bottom: 10px;
left: 10px;
font-size: 9pt;
}



ul {
list-style-type: none;


Loading…
Cancel
Save