removed permanant ones
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 6s

This commit is contained in:
Matthew Frost 2023-11-19 12:57:30 +01:00
parent b5b71a7d0d
commit 88bde758c0
2 changed files with 16 additions and 5 deletions

View file

@ -9,14 +9,25 @@ powerbars = {
"outlets" : { "outlets" : {
1 : { "name" : "Aux Main Table Light" }, 1 : { "name" : "Aux Main Table Light" },
4 : { "name" : "Power solderlane" }, 4 : { "name" : "Power solderlane" },
7: { "name" : "Broken permanent on. Plotter + computer" }, # 7: { "name" : "Broken permanent on. Plotter + computer" },
10: { "name" : "Power main table" }, # 10: { "name" : "Power main table" },
13 : { "name" : "Solder Lane Top Light Right" }, 13 : { "name" : "Solder Lane Top Light Right" },
15 : { "name" : "Broken permanent on. PoE adapter wifi" }, # 15 : { "name" : "Broken permanent on. PoE adapter wifi" },
17 : { "name" : "Solder Lane Top Light Left" }, 17 : { "name" : "Solder Lane Top Light Left" },
19 : { "name" : "Broken-ish leds entry aux-space" }, 19 : { "name" : "Broken-ish leds entry aux-space" },
20 : { "name" : "Power extension cord top shelf near glass room" }, 20 : { "name" : "Power extension cord top shelf near glass room" },
} },
"groups": [
{
"name" : "Solder Lane",
"outputs" : [ 4, 17, 13 ]
},
{
"name" : "Aux Main Table",
"outputs" : [ 1 ]
},
]
}, },
"powerbar-main-space" : { "powerbar-main-space" : {
"name" : "Powerbar Main Space", "name" : "Powerbar Main Space",

View file

@ -112,7 +112,7 @@
</style> </style>
</head> </head>
<body> <body>
<h1>Powerbar.ti (0.1)</h1> <h1>Powerbar.ti (0.1.3)</h1>
<div class="search-container"> <div class="search-container">
<div class="container"> <div class="container">
<input type="text" id="searchInput" placeholder="Search outlet..."> <input type="text" id="searchInput" placeholder="Search outlet...">