diff options
| author | Ed Tanous <ed.tanous@intel.com> | 2017-06-26 11:08:40 -0700 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2017-06-26 11:08:40 -0700 |
| commit | 7b4e3dae0477703143b8cb28b3a6abc9d4d0d83b (patch) | |
| tree | ac89c4cb8ce43d534144f772c6b3620ffc3aa94c /static/partial-sensor.html | |
| parent | 4d92cbfe32ef6ee24547401cc06994baa84a24aa (diff) | |
| download | bmcweb-7b4e3dae0477703143b8cb28b3a6abc9d4d0d83b.tar.gz bmcweb-7b4e3dae0477703143b8cb28b3a6abc9d4d0d83b.zip | |
Make dbus connections allow multiple connections
Fix static dependencies
Diffstat (limited to 'static/partial-sensor.html')
| -rw-r--r-- | static/partial-sensor.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |

