Ad hailhydrant on prominent position
This commit is contained in:
parent
0b6b95754d
commit
06842aebb0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export class AllKnownLayouts {
|
||||||
public static layoutsList: LayoutConfig[] = AllKnownLayouts.GenerateOrderedList(AllKnownLayouts.allKnownLayouts);
|
public static layoutsList: LayoutConfig[] = AllKnownLayouts.GenerateOrderedList(AllKnownLayouts.allKnownLayouts);
|
||||||
|
|
||||||
private static GenerateOrderedList(allKnownLayouts: Map<string, LayoutConfig>): LayoutConfig[] {
|
private static GenerateOrderedList(allKnownLayouts: Map<string, LayoutConfig>): LayoutConfig[] {
|
||||||
const keys = ["personal", "cyclofix", "bookcases", "toilets", "aed"]
|
const keys = ["personal", "cyclofix", "hailhydrant", "bookcases", "toilets", "aed"]
|
||||||
const list = []
|
const list = []
|
||||||
for (const key of keys) {
|
for (const key of keys) {
|
||||||
list.push(allKnownLayouts.get(key))
|
list.push(allKnownLayouts.get(key))
|
||||||
|
|
Loading…
Reference in a new issue