dimmed loading indicator for weather forecast

This commit is contained in:
fewieden
2019-01-04 19:43:48 +01:00
parent dc363de610
commit 827fbfb78f

View File

@@ -19,7 +19,9 @@
{% endfor %} {% endfor %}
</table> </table>
{% else %} {% else %}
<div class="dimmed light small">
{{ "LOADING" | translate }} {{ "LOADING" | translate }}
</div>
{% endif %} {% endif %}
<!-- Unclomment the line below to see the contents of the `current` object. --> <!-- Unclomment the line below to see the contents of the `current` object. -->