Bumped to v11, display version in web-UI

This commit is contained in:
Magnus Åhall 2023-07-20 10:52:15 +02:00
parent db33be9a37
commit 63a7370570
4 changed files with 13 additions and 2 deletions

View file

@ -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 = ''