fix(dashboard): bump app.js cache bust for keenetic edit form

Browser was serving cached app.js from ?v=20260522a with the old KeenDNS-only button.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-24 01:49:21 +03:00
parent 3a5a4beb3f
commit d950684d95

View File

@@ -601,6 +601,6 @@ loftliliana https://loftliliana.netcraze.pro 1020687391" style="width:100%;font-
<script src="https://cdn.jsdelivr.net/npm/xterm@5.3.0/lib/xterm.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/xterm-addon-fit@0.8.0/lib/xterm-addon-fit.min.js"></script>
<script src="/static/js/app.js?v=20260522a"></script>
<script src="/static/js/app.js?v=20260524b"></script>
</body>
</html>