summaryrefslogtreecommitdiff
path: root/share/web_surfaces/index/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/web_surfaces/index/main.js')
-rw-r--r--share/web_surfaces/index/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/web_surfaces/index/main.js b/share/web_surfaces/index/main.js
index 785e003c9c..0a90d1b62d 100644
--- a/share/web_surfaces/index/main.js
+++ b/share/web_surfaces/index/main.js
@@ -44,6 +44,8 @@ import { Ardour } from '/shared/ardour.js';
const li = document.createElement('li');
li.innerHTML = `<li>
<a href="${group.path}/${surface.path}/">${surface.name}</a>
+ &thinsp;
+ <span class="surface-version">(${surface.version})</span>
<p>${surface.description}</p>
</li>`;
ul.appendChild(li);