mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
feat: improves host labels and respects configurations for labels (#2369)
* feat: improves host labels and respects configurations for labels * fixes tests
This commit is contained in:
@@ -12,7 +12,7 @@ import { createRouter, createWebHistory } from "vue-router";
|
||||
|
||||
vi.mock("@/stores/config", () => ({
|
||||
__esModule: true,
|
||||
default: { base: "", hosts: ["localhost"] },
|
||||
default: { base: "", hosts: [{ name: "localhost", id: "localhost" }] },
|
||||
}));
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user