changeset 1817:3ab0dc73cf2b

pack collector report tighter Ignore-this: 4b88900c3c85257659ea987f5b35a1fe
author drewp@bigasterisk.com
date Fri, 08 Jun 2018 21:50:02 +0000
parents 13d5902298a4
children 083137dae55d
files light9/collector/web/index.html
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/light9/collector/web/index.html	Fri Jun 08 21:27:18 2018 +0000
+++ b/light9/collector/web/index.html	Fri Jun 08 21:50:02 2018 +0000
@@ -46,9 +46,9 @@
         <h3><resource-display graph="{{graph}}" uri="{{uri}}"></resource-display></h3>
         <table class="borders">
           <tr>
-            <th>output attr</th>
+            <th>out attr</th>
             <th>value</th>
-            <th>output chan</th>
+            <th>chan</th>
           </tr>
           <template is="dom-repeat" items="{{attrs}}">
             <tr>
@@ -94,7 +94,7 @@
         <h1>Collector <a href="stats">[stats]</a></h1>
 
         <h2>Devices</h2>
-        <div style="column-width: 12em">
+        <div style="column-width: 11em">
         <template is="dom-repeat" items="{{devices}}">
           <light9-collector-device
               graph="{{graph}}" updates="{{updates}}"