diff --git a/app/templates/audit_full_patching.html b/app/templates/audit_full_patching.html
index 89daba6..942da9d 100644
--- a/app/templates/audit_full_patching.html
+++ b/app/templates/audit_full_patching.html
@@ -187,7 +187,7 @@
| {{ s.hostname }} |
{{ s.domain or '-' }} |
- {{ (s.env or '-')[:6] }} |
+ {{ (s.env or '-')[:6] }} |
{% if s.zone == 'DMZ' %}DMZ{% else %}{{ s.zone or '-' }}{% endif %} |
{{ s.patch_count or 0 }} |
{% if s.patch_weeks %}{% for w in s.patch_weeks.split(',') %}{{ w }}{% endfor %}{% else %}-{% endif %} |
diff --git a/app/templates/campaign_detail.html b/app/templates/campaign_detail.html
index f72c47d..f22b3ff 100644
--- a/app/templates/campaign_detail.html
+++ b/app/templates/campaign_detail.html
@@ -193,7 +193,7 @@ function showForm(id, type) {
{% if s.status == 'pending' %}{% endif %} |
{{ s.hostname }} |
{{ s.domaine or '-' }} |
- {{ (s.environnement or '-')[:6] }} |
+ {{ (s.environnement or '-')[:6] }} |
{{ s.zone_name or 'LAN' }} |
{{ s.tier }} |
{% if s.date_prevue %}{% set jours = {0:'Lun',1:'Mar',2:'Mer',3:'Jeu',4:'Ven',5:'Sam',6:'Dim'} %}{{ jours[s.date_prevue.weekday()] }} {{ s.date_prevue.strftime('%d/%m') }}{% else %}-{% endif %} |
diff --git a/app/templates/safe_patching_detail.html b/app/templates/safe_patching_detail.html
index b796d4f..f4761b7 100644
--- a/app/templates/safe_patching_detail.html
+++ b/app/templates/safe_patching_detail.html
@@ -97,7 +97,7 @@
| {% if s.status == 'pending' %}{% endif %} |
{{ s.hostname }} |
- {{ (s.environnement or '')[:6] }} |
+ {{ (s.environnement or '')[:6] }} |
{{ s.domaine or '-' }} |
{% if s.prereq_ssh == 'ok' %}OK{% elif s.prereq_ssh == 'ko' %}KO{% else %}—{% endif %} |
{% if s.prereq_disk_ok is true %}OK{% elif s.prereq_disk_ok is false %}KO{% else %}—{% endif %} |
@@ -178,7 +178,7 @@
{% if s.status in ('patched', 'failed') %}
| {{ s.hostname }} |
- {{ (s.environnement or '')[:6] }} |
+ {{ (s.environnement or '')[:6] }} |
{{ s.status }} |
{{ s.packages_updated or 0 }} |
{% if s.reboot_required %}Oui{% else %}Non{% endif %} |
diff --git a/app/templates/servers.html b/app/templates/servers.html
index e7e70ab..1467843 100644
--- a/app/templates/servers.html
+++ b/app/templates/servers.html
@@ -36,7 +36,7 @@
{% for t in ['tier0','tier1','tier2','tier3'] %}{% endfor %}
Reset
@@ -113,13 +113,13 @@ function updateBulk() {
|
{{ s.hostname }} |
{{ s.domaine or '-' }} |
- {{ (s.environnement or '-')[:6] }} |
+ {{ (s.environnement or '-')[:6] }} |
{{ s.zone or 'LAN' }} |
{{ s.os_family or '-' }} |
{{ s.os_short or '-' }} |
{{ s.licence_support }} |
{{ s.tier }} |
- {{ (s.etat or '')[:8] }} |
+ {{ (s.etat or '')[:8] }} |
{{ s.patch_os_owner or '-' }} |
diff --git a/app/templates/specifics.html b/app/templates/specifics.html
index 4de2986..cb1b231 100644
--- a/app/templates/specifics.html
+++ b/app/templates/specifics.html
@@ -61,7 +61,7 @@
| {{ e.hostname }} |
{{ e.app_type or '-' }} |
{{ e.domaine or '-' }} |
- {{ (e.environnement or '-')[:6] }} |
+ {{ (e.environnement or '-')[:6] }} |
{% if e.kernel_update_blocked %}K{% endif %}
|