Add Gateway device inventory panel
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-06 10:17:33 +03:00
parent fdc6f687f3
commit 158aaadd23
18 changed files with 811 additions and 5 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.8.12',
gatewayClient: '0.8.10',
gatewayBackend: '0.8.1',
macClient: '0.9.0',
gatewayClient: '0.9.0',
gatewayBackend: '0.9.0',
});
export function parseVersion(value) {