N°8515 - Add ContainerImages tab on Software class

This commit is contained in:
v-dumas
2026-03-27 11:35:18 +01:00
parent e8a1f8c3b6
commit 176bd51afb
3 changed files with 26 additions and 0 deletions

View File

@@ -168,4 +168,6 @@ Dict::Add('EN US', 'English', 'English', [
'Class:Server/Attribute:containerhosts_list+' => 'List of container hosts running on this server',
'Class:VirtualMachine/Attribute:containerhosts_list' => 'Container Hosts',
'Class:VirtualMachine/Attribute:containerhosts_list+' => 'List of container hosts running on this virtual machine',
'Class:Software/Attribute:containerimages_list' => 'Container Images',
'Class:Software/Attribute:containerimages_list+' => 'List of container images running this Software',
]);