webui v139: bump the label for the network graph pass

This commit is contained in:
jolavillette 2026-08-14 13:39:01 +02:00
parent 007dc5cf8c
commit 2182afe5aa

View File

@ -114,7 +114,7 @@ const navbar = () => {
? 'Connected to RetroShare Core'
: 'Connection Lost',
}),
m('span.webui-version', { style: { fontSize: '0.7em' } }, 'v138'),
m('span.webui-version', { style: { fontSize: '0.7em' } }, 'v139'),
m('i.fas.fa-sync-alt.refresh-icon', {
style: { cursor: 'pointer', fontSize: '0.8em' },
onclick: () => window.location.reload(true),