Bumped to v11, display version in web-UI
This commit is contained in:
parent
db33be9a37
commit
63a7370570
4 changed files with 13 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ export class NodeUI extends Component {
|
|||
case 'node':
|
||||
if(node.ID == 0) {
|
||||
page = html`
|
||||
${children.length > 0 ? html`<div class="child-nodes">${children}</div>` : html``}
|
||||
${children.length > 0 ? html`<div class="child-nodes">${children}</div><div id="notes-version">Notes version ${window._VERSION}</div>` : html``}
|
||||
`
|
||||
} else {
|
||||
let padlock = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue