diff --git a/web/plugins/views/inv_cisco_support.py b/web/plugins/views/inv_cisco_support.py
index f3941393cc2bc80962e2bd7a6453b68d3799c037..298c2858abd4b94445d0e20f9dbaa7d24613d243 100644
--- a/web/plugins/views/inv_cisco_support.py
+++ b/web/plugins/views/inv_cisco_support.py
@@ -159,7 +159,6 @@ inventory_displayhints.update({
     '.hardware.support.cisco_eox:*.MigrationInformation': {'title': _('Migration information'), },
     '.hardware.support.cisco_eox:*.MigrationProductInfoURL': {'title': _('Migration PID URL'), },
     '.hardware.support.cisco_eox:*.MigrationProductName': {'title': _('Migration product name'), },
-    '.hardware.support.cisco_eox:*.Last_checked': {'title': _('Last checked'), 'paint': 'last_checked_status'},  #
 })
 
 # SN2Info (contract) display hints
@@ -262,6 +261,7 @@ if ENABLE_PAINTERS:
         '.hardware.support.cisco_eox:*.EndOfSaleDate': {'title': _('End of sale'), 'paint': 'date_status'},
         '.hardware.support.cisco_eox:*.LastDateOfSupport': {'title': _('End of support'), 'paint': 'date_status'},
         '.hardware.support.cisco_eox:*.ProductBulletinNumber': {'title': _('EOL bulletin ID'), 'paint': 'eox_eolid'},
+        '.hardware.support.cisco_eox:*.Last_checked': {'title': _('Last checked'), 'paint': 'last_checked_status'},
 
         # SN2Info
         '.hardware.support.cisco_contract:*.Last_checked': {'title': _('Last checked'), 'paint': 'last_checked_status'},
@@ -286,6 +286,7 @@ else:
         '.hardware.support.cisco_eox:*.EndOfSaleDate': {'title': _('End of sale')},
         '.hardware.support.cisco_eox:*.LastDateOfSupport': {'title': _('End of support')},
         '.hardware.support.cisco_eox:*.ProductBulletinNumber': {'title': _('EOL bulletin ID')},
+        '.hardware.support.cisco_eox:*.Last_checked': {'title': _('Last checked'),},
 
         # SN2Info
         '.hardware.support.cisco_contract:*.Last_checked': {'title': _('Last checked')},