06/05 Optimize app: add back buttons for Settings items
This commit is contained in:
@@ -156,14 +156,13 @@ tr.expanded-row > td {
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block topbar_actions %}
|
||||
<a href="{{ url_for('settings.index') }}" class="btn btn-sm btn-outline-secondary me-1" style="font-size:12px;"><i class="bi bi-arrow-left me-1"></i>Settings</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<!-- Header -->
|
||||
<div class="log-header">
|
||||
<div>
|
||||
<a href="{{ url_for('settings.index') }}" class="btn btn-sm btn-outline-secondary me-2" style="font-size:12px;">
|
||||
<i class="bi bi-arrow-left me-1"></i>Settings
|
||||
</a>
|
||||
</div>
|
||||
<div class="log-meta">
|
||||
{% if file_exists %}
|
||||
<span class="log-meta-chip"><i class="bi bi-hdd"></i>{{ file_size_fmt }}</span>
|
||||
|
||||
Reference in New Issue
Block a user