fix: Align FiberChannelInterface and LogicalInterface with PhysicalInterface naming (#784)

This commit is contained in:
Thomas Casteleyn
2026-03-11 14:10:42 +01:00
committed by GitHub
parent 3dd1c11d3b
commit a36a7cc832
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ Dict::Add('EN US', 'English', 'English', [
//
Dict::Add('EN US', 'English', 'English', [
'Class:FiberChannelInterface/Name' => '%2$s %1$s',
'Class:FiberChannelInterface/Attribute:org_id' => 'Org id',
'Class:FiberChannelInterface/Attribute:org_id+' => '',
'Class:FiberChannelInterface/Attribute:location_id' => 'Location id',

View File

@@ -54,6 +54,7 @@ Dict::Add('EN US', 'English', 'English', [
//
Dict::Add('EN US', 'English', 'English', [
'Class:LogicalInterface/Name' => '%2$s %1$s',
'Class:LogicalInterface/Attribute:org_id' => 'Organization',
'Class:LogicalInterface/Attribute:org_id+' => '',
]);