From 06842aebb03f865fd57085897e39c2c13aa66165 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 22 Apr 2021 03:57:50 +0200 Subject: [PATCH] Ad hailhydrant on prominent position --- Customizations/AllKnownLayouts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customizations/AllKnownLayouts.ts b/Customizations/AllKnownLayouts.ts index 87d42f1..65c76e2 100644 --- a/Customizations/AllKnownLayouts.ts +++ b/Customizations/AllKnownLayouts.ts @@ -10,7 +10,7 @@ export class AllKnownLayouts { public static layoutsList: LayoutConfig[] = AllKnownLayouts.GenerateOrderedList(AllKnownLayouts.allKnownLayouts); private static GenerateOrderedList(allKnownLayouts: Map): LayoutConfig[] { - const keys = ["personal", "cyclofix", "bookcases", "toilets", "aed"] + const keys = ["personal", "cyclofix", "hailhydrant", "bookcases", "toilets", "aed"] const list = [] for (const key of keys) { list.push(allKnownLayouts.get(key))