mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
feat: Link footer version to GitHub releases
This commit is contained in:
+1
-1
@@ -216,7 +216,7 @@
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
<script src="/app.js" defer></script>
|
||||
<footer class="text-center text-xs text-gray-500 py-4">
|
||||
Pulse for Proxmox | Version: <span id="app-version">loading...</span>
|
||||
Pulse for Proxmox | Version: <a href="https://github.com/rcourtman/Pulse/releases" target="_blank" rel="noopener noreferrer" id="app-version" class="text-blue-600 dark:text-blue-400 hover:underline">loading...</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user