Skip to content

Commit b6fd7de

Browse files
authored
Merge pull request #166 from peternewman/dump-fixes
Various minor tweaks
2 parents eee2056 + b5b169f commit b6fd7de

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

data/manufacturer_links.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
(0x089D, "http://www.gobo.ws/"),
3333
(0x0987, "https://www.mathertel.de/"),
3434
(0x1AFA, "https://tmb.com/"),
35-
(0x15D0, "http://prolights.it/"),
35+
(0x15D0, "https://www.musiclights.it/"),
36+
#(0x15D0, "http://prolights.it/"), # This is one of their sub-brands
3637
(0x20B9, "https://www.arri.com/"),
3738
(0x21A4, "https://www.chauvetdj.com/"),
3839
(0x2122, "https://beglec.com/"),

static/css/main.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,30 @@ th.goog-tablesorter-sorted-reverse .sorter_icon:after {
203203
border-radius: 4px;
204204
}
205205

206+
div#discovery_request {
207+
text-align: center;
208+
}
209+
210+
div#discovery_response {
211+
text-align: center;
212+
}
213+
214+
div#get_request {
215+
text-align: center;
216+
}
217+
206218
div#get_response {
207219
text-align: center;
208220
}
209221

222+
div#set_request {
223+
text-align: center;
224+
}
225+
226+
div#set_response {
227+
text-align: center;
228+
}
229+
210230
.message_field {
211231
border: solid 1px blue;
212232
border-radius: 4px;
@@ -376,4 +396,4 @@ input.ng-invalid {
376396
border-color: red;
377397
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(232, 101, 116, 0.6);
378398
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233, 102, 117, 0.6);
379-
}
399+
}

templates/admin.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<div class="btn-group-vertical" role="group">
4545
<div>/admin?action=clear_p - Clear PIDs</div>
4646
<div>/admin?action=clear_mp&amp;manufacturer=1234 - Clear Manufacturer PIDs</div>
47+
<div>/admin?action=flush_cache - Flush Cache</div>
4748
<!-- These deliberately aren't links, so people don't click them accidentally -->
4849
<a class="btn btn-default" href="/admin?action=load_p">Load ESTA PIDs</a>
4950
<a class="btn btn-default" href="/admin?action=load_mp">Load Manufacturer PIDs</a>

0 commit comments

Comments
 (0)