From 8f091d55fbacff512bfeda2c6523a7b82a9785c9 Mon Sep 17 00:00:00 2001 From: Sarah Rudder Date: Tue, 7 Feb 2023 13:57:01 -0600 Subject: [PATCH] new & updated test libraries in nav --- imls-frontend/src/store/store.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/imls-frontend/src/store/store.js b/imls-frontend/src/store/store.js index 0e509541..d0add8e1 100644 --- a/imls-frontend/src/store/store.js +++ b/imls-frontend/src/store/store.js @@ -4,11 +4,14 @@ const BACKEND_BASEURL = import.meta.env.VITE_BACKEND_BASEURL; export const store = readonly({ example_libraries: [ + { id: "MN9999-123", name: "Windows VM + PAU06" }, + { id: "MN1111-123", name: "Windows VM + PAU05" }, + { id: "MN6666-123", name: "Raspberry Pi #1 + PAU05" }, + { id: "MN5555-123", name: "Raspberry Pi #2 + PAU05" }, + { id: "DC0001-123", name: "John's Laptop + PAU09" }, { id: "VA1234-567", name: "Meenu's Apartment" }, { id: "GA1234-567", name: "Meenu's Dining Room" }, { id: "AL1234-567", name: "Meenu's Local Library" }, - { id: "MN9999-123", name: "Ben's Basement" }, - { id: "MN1111-123", name: "Ben's Icy Lakes and Wilderness" }, { id: "GA0029-002", name: "May 2022 - Library GA0029-002", onlyMay: true }, { id: "GA0029-003", name: "May 2022 - Library GA0029-003", onlyMay: true }, { id: "GA0029-004", name: "May 2022 - Library GA0029-004", onlyMay: true },