Kaynağa Gözat

fix: afficher uniquement le libellé sous le nom, sans répéter l'app_id

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Cedric Hansen 2 hafta önce
ebeveyn
işleme
4b88efbcd8

+ 0 - 1
sources/templates/archives.html

@@ -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 %}

+ 0 - 1
sources/templates/dashboard_local.html

@@ -95,7 +95,6 @@
                     <br>
                     {% 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>
                     {% else %}
                       <span class="font-mono text-xs text-gray-400">{{ _app_id }}</span>
                     {% endif %}

+ 0 - 1
sources/templates/job_history.html

@@ -13,7 +13,6 @@
         {% set _label = ynh_app_labels.get(_app_id, '') %}
         {% 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>
         {% else %}
           <span class="font-mono text-xs text-gray-400">{{ _app_id }}</span>
         {% endif %}