N°9138 - Add semantic logo on some CMDB classes (#841)

* N°9138 - Align presentation details of CMDB classes
* N°9138 - Align presentation details of Software classes
* N°9138 - fix greptile feedbacks
* N°9347 - Enable icon of some CIs by instance
* N°9347 - Get Software logo as SoftwareInstance icon
* N°9347 - Change Cloud class icon location
* N°9347 - Fix logo dictionary entries missing
* N°9347 - Fix 'impact analysis' spelling
* N°9347 - fix external key labels for PhysicalInterface
This commit is contained in:
Vincent Dumas
2026-03-18 16:26:08 +01:00
committed by GitHub
parent 0be4f52b04
commit 5e916510fb
40 changed files with 369 additions and 43 deletions

View File

@@ -57,6 +57,8 @@ Dict::Add('EN US', 'English', 'English', [
'Class:ContainerApplication/Attribute:descriptor+' => 'File describing how to deploy the application on the container platform (e.g., Docker Compose, Helm Chart, etc.)',
'Class:ContainerApplication/Attribute:containervirtualhost_id' => 'Container Host',
'Class:ContainerApplication/Attribute:containervirtualhost_id+' => 'Container Platform on which the application is running',
'Class:ContainerApplication/Attribute:logo' => 'Logo',
'Class:ContainerApplication/Attribute:logo+' => 'Used as object icon when this ContainerApplication is displayed within impact analysis graphs',
'Class:ContainerApplication/Attribute:containertype_id' => 'Container type',
'Class:ContainerApplication/Attribute:containertype_id+' => 'Technology used for containerization',
'Class:ContainerApplication/Attribute:containerimages_list' => 'Container images',