Skip to content

Commit 7380776

Browse files
feat(admin,templates): add log statistics calculation to admin interface
1 parent e208889 commit 7380776

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

ADMIN_TEMPLATES_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@ src/raystack/contrib/templates/admin/
132132
- `group` - данные группы
133133

134134
Шаблоны используют стандартные Django/Jinja2 фильтры и функции для форматирования данных.
135+

src/raystack/contrib/templates/admin/dashboard.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,4 @@ <h6>System Information</h6>
185185
</div>
186186
</div>
187187
{% endblock content %}
188+

src/raystack/contrib/templates/admin/group_view.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,4 @@ <h6 class="mb-0 text-sm">{{ member.first_name }} {{ member.last_name }}</h6>
173173
</div>
174174
</div>
175175
{% endblock content %}
176+

src/raystack/contrib/templates/admin/logs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,4 @@ <h4 class="mb-0">{{ stats.critical_count }}</h4>
178178
});
179179
</script>
180180
{% endblock content %}
181+

src/raystack/contrib/templates/admin/settings.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,4 @@ <h6 class="mb-3">Backup Settings</h6>
256256
{% endif %}
257257
</script>
258258
{% endblock content %}
259+

src/raystack/contrib/templates/admin/user_view.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,4 @@ <h6 class="mb-3">Recent Activity</h6>
159159
</div>
160160
</div>
161161
{% endblock content %}
162+

0 commit comments

Comments
 (0)