dashboard improvement
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
{% from 'components/starred_files.html' import starred_files %}
|
||||
{% from 'components/trash.html' import trash %}
|
||||
{% from 'components/trash_type.html' import trash_type %}
|
||||
{% from 'components/recent_activity.html' import recent_activity %}
|
||||
|
||||
<style>
|
||||
.masonry {
|
||||
@@ -45,6 +46,7 @@
|
||||
<div class="masonry">
|
||||
{{ storage_overview(room_count, file_count, folder_count, total_size) }}
|
||||
{{ storage_usage(storage_by_type) }}
|
||||
{{ recent_activity(recent_events, is_admin) }}
|
||||
|
||||
{% if current_user.is_admin %}
|
||||
{{ contacts(recent_contacts) }}
|
||||
|
||||
Reference in New Issue
Block a user