commit | 7b4e3dae0477703143b8cb28b3a6abc9d4d0d83b | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Mon Jun 26 11:08:40 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Mon Jun 26 11:08:40 2017 -0700 |
tree | ac89c4cb8ce43d534144f772c6b3620ffc3aa94c | |
parent | 4d92cbfe32ef6ee24547401cc06994baa84a24aa [diff] [blame] |
Make dbus connections allow multiple connections Fix static dependencies
diff --git a/static/partial-sensor.html b/static/partial-sensor.html index 09f1cad..3486a63 100644 --- a/static/partial-sensor.html +++ b/static/partial-sensor.html
@@ -15,7 +15,7 @@ </tr> </thead> <tbody> - <tr ng-repeat="(sensor_name, value) in sensor_values"> + <tr ng-animate="'animate'" ng-repeat="(sensor_name, value) in sensor_values"> <td class="fit">{{ sensor_name }}</td> <td class="fit">{{ value }}</td> </tr>