Skip to content

Commit 43b72bb

Browse files
committed
Remove All Applications, Welcome msg, redundant buttons
1 parent eac7991 commit 43b72bb

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/hope/apps/administration/templates/administration/_console_buttons.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,3 @@
2727
<span class="material-symbols-outlined !text-[18px]">search</span>
2828
{% translate 'Elasticsearch' %}
2929
</a>
30-
<a href="{{ url_clear_cache }}" class="font-medium text-sm px-3 py-2 rounded-default border shadow-xs inline-flex items-center justify-center gap-1.5 {% if request.path == url_clear_cache %}bg-primary-600 border-transparent text-white hover:bg-primary-600/80{% else %}border-base-200 bg-white text-important dark:border-base-700 dark:bg-transparent hover:bg-base-100/80 dark:hover:bg-base-800/80{% endif %}">
31-
<span class="material-symbols-outlined !text-[18px]">delete_sweep</span>
32-
{% translate 'Clear Cache' %}
33-
</a>

src/hope/apps/administration/templates/administration/console.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
{% url 'admin:panel_error_page' as url_error_page %}
1818
{% url 'admin:panel_redis' as url_redis %}
1919
{% url 'admin:panel_elasticsearch' as url_elasticsearch %}
20-
{% url 'admin:clear_cache' as url_clear_cache %}
2120

2221
{% if is_panel %}
2322
{# Panel selected — two-column layout #}

src/hope/apps/administration/templates/unfold/helpers/welcomemsg.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
{% include "unfold/helpers/header_back_button.html" %}
1919

2020
<h1 class="overflow-hidden leading-5 text-ellipsis text-font-important-light whitespace-nowrap xl:text-base dark:text-font-important-dark">
21-
{% if user.is_authenticated %}
22-
<span class="mr-2">{% blocktranslate with name=user.get_full_name|default:user.get_username %}Welcome, {{ name }}{% endblocktranslate %}</span>
23-
{% endif %}
2421

2522
{% header_title %}
2623

0 commit comments

Comments
 (0)