removed permanant ones
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 6s
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 6s
This commit is contained in:
parent
b5b71a7d0d
commit
88bde758c0
2 changed files with 16 additions and 5 deletions
|
@ -9,14 +9,25 @@ powerbars = {
|
|||
"outlets" : {
|
||||
1 : { "name" : "Aux Main Table Light" },
|
||||
4 : { "name" : "Power solderlane" },
|
||||
7: { "name" : "Broken permanent on. Plotter + computer" },
|
||||
10: { "name" : "Power main table" },
|
||||
# 7: { "name" : "Broken permanent on. Plotter + computer" },
|
||||
# 10: { "name" : "Power main table" },
|
||||
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" },
|
||||
19 : { "name" : "Broken-ish leds entry aux-space" },
|
||||
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" : {
|
||||
"name" : "Powerbar Main Space",
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Powerbar.ti (0.1)</h1>
|
||||
<h1>Powerbar.ti (0.1.3)</h1>
|
||||
<div class="search-container">
|
||||
<div class="container">
|
||||
<input type="text" id="searchInput" placeholder="Search outlet...">
|
||||
|
|
Loading…
Reference in a new issue