diff --git a/templates/zephyr/activity.html b/templates/zephyr/activity.html index ffe3035ee6..7f790a3f4b 100644 --- a/templates/zephyr/activity.html +++ b/templates/zephyr/activity.html @@ -7,31 +7,38 @@ {% for name, has_pointer, rows in data %}

{{ name }} usage

- +
+ - - - + + + {% if has_pointer %} - - + + {% endif %} - + + + {% for row in rows %} - - + + {% if has_pointer %} - + {% endif %} {% endfor %} +
UserLast get_updatesLast send_messageUserLast get_updatesLast send_messageLast update_pointerNumber of pointer updatesLast update_pointerNumber of pointer updatesNumber of messages sentNumber of messages sent
{{ row.email }}{{ row.get_updates_last }}{{ row.send_message_last }}{{ row.get_updates_last }}{{ row.send_message_last }}{{ row.update_pointer_last }}{{ row.update_pointer_last }} {{ row.update_pointer_count }}{{ row.send_message_count }}
{% endfor %} + + + {% endblock %} diff --git a/zephyr/static-access-control/4nrjx8cwce2bka8r/styles/activity.css b/zephyr/static-access-control/4nrjx8cwce2bka8r/styles/activity.css new file mode 120000 index 0000000000..9a4deba6bf --- /dev/null +++ b/zephyr/static-access-control/4nrjx8cwce2bka8r/styles/activity.css @@ -0,0 +1 @@ +../../../static/styles/activity.css \ No newline at end of file diff --git a/zephyr/static/styles/activity.css b/zephyr/static/styles/activity.css new file mode 100644 index 0000000000..3efe34ee4e --- /dev/null +++ b/zephyr/static/styles/activity.css @@ -0,0 +1,3 @@ +.activity_head { + background-color: aliceblue; +}