summaryrefslogtreecommitdiff
path: root/static/partial-sensor.html
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-06-26 21:08:40 +0300
committerEd Tanous <ed.tanous@intel.com>2017-06-26 21:08:40 +0300
commit7b4e3dae0477703143b8cb28b3a6abc9d4d0d83b (patch)
treeac89c4cb8ce43d534144f772c6b3620ffc3aa94c /static/partial-sensor.html
parent4d92cbfe32ef6ee24547401cc06994baa84a24aa (diff)
downloadbmcweb-7b4e3dae0477703143b8cb28b3a6abc9d4d0d83b.tar.xz
Make dbus connections allow multiple connections
Fix static dependencies
Diffstat (limited to 'static/partial-sensor.html')
-rw-r--r--static/partial-sensor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/partial-sensor.html b/static/partial-sensor.html
index 09f1cadfde..3486a63610 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>