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>