Skip to content

Commit 8a97e13

Browse files
committed
Update index.html
1 parent 4e288e9 commit 8a97e13

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

app/templates/gui/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -385,16 +385,6 @@ <h5 class="mt-3">No applications in this category</h5>
385385
<i class="bi bi-app-indicator text-muted" style="font-size: 4rem;"></i>
386386
<h4 class="mt-3">No GUI Applications Available</h4>
387387
<p class="text-muted mb-4">No GUI applications have been configured yet.</p>
388-
{% if current_user.is_admin() %}
389-
<div class="alert alert-info">
390-
<h6><i class="bi bi-info-circle me-1"></i>Administrator Note</h6>
391-
<p class="mb-2">You can initialize default applications using the CLI command:</p>
392-
<code>flask gui-init</code>
393-
{% if gui_uses_wslg %}
394-
<br><small class="text-muted mt-2">WSLg-optimized applications will be created automatically!</small>
395-
{% endif %}
396-
</div>
397-
{% endif %}
398388
</div>
399389
{% endif %}
400390
</div>

0 commit comments

Comments
 (0)