mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-28 18:29:05 +01:00
Update View Toggle comment to match user expectation
- Changed comment from 'always shown at top' to simple 'View Toggle' - This matches what user sees in browser (the correct one with checkmark)
This commit is contained in:
@@ -816,7 +816,7 @@
|
||||
<div class="content-section">
|
||||
<h2 class="section-title">{% trans "Plugins" %}</h2>
|
||||
|
||||
<!-- View Toggle (always shown at top) -->
|
||||
<!-- View Toggle -->
|
||||
<div id="plugins-view-toggle" class="view-toggle" style="{% if not plugins %}margin-top: 0;{% endif %}">
|
||||
<button class="view-btn {% if plugins %}active{% else %}{% endif %}" onclick="toggleView('grid')">
|
||||
<i class="fas fa-th-large"></i>
|
||||
|
||||
Reference in New Issue
Block a user