Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@@ -79,7 +79,6 @@
<br>
{% if item.app_label and item.app_label != item.app_id %}
<span class="text-xs text-gray-500">{{ item.app_label }}</span>
- <span class="font-mono text-xs text-gray-400"> — {{ item.app_id }}</span>
{% else %}
<span class="font-mono text-xs text-gray-400">{{ item.app_id }}</span>
{% endif %}
@@ -95,7 +95,6 @@
{% if _label and _label != _app_id %}
<span class="text-xs text-gray-500">{{ _label }}</span>
- <span class="font-mono text-xs text-gray-400"> — {{ _app_id }}</span>
<span class="font-mono text-xs text-gray-400">{{ _app_id }}</span>
@@ -13,7 +13,6 @@
{% set _label = ynh_app_labels.get(_app_id, '') %}