Add device inventory refresh endpoint and auto-refresh UI
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-07 14:00:26 +03:00
parent 36c8438b7f
commit 3157e9e8f7
8 changed files with 215 additions and 17 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.9.3',
gatewayClient: '0.9.3',
gatewayBackend: '0.9.0',
macClient: '0.9.4',
gatewayClient: '0.9.4',
gatewayBackend: '0.9.1',
});
export function parseVersion(value) {