From db29a8672f6737a3b112b22db53fae3366c67097 Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Fri, 12 Aug 2022 16:32:04 +0300 Subject: add PCI-devices page --- src/locales/en-US.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'src/locales/en-US.json') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index abbc8932..ffede398 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -151,7 +151,8 @@ "fans": "@:appPageTitle.fans", "processors": "@:appPageTitle.processors", "memory": "@:appPageTitle.memory", - "motherboard": "@:appPageTitle.motherboard" + "motherboard": "@:appPageTitle.motherboard", + "pciDevices": "@:appPageTitle.pciDevices" }, "appPageTitle": { "changePassword": "Change password", @@ -187,7 +188,8 @@ "certificates": "Certificates", "virtualMedia": "Virtual media", "keyClear": "Key clear", - "specification": "Specification" + "specification": "Specification", + "pciDevices": "PCI-devices" }, "pageChangePassword": { "changePassword": "Change password", @@ -1086,6 +1088,16 @@ "serverClosedWithErrors": "Server closed with errors" } }, + "pagePci": { + "title": "Installed PCI-devices", + "table": { + "id": "ID", + "name": "Name", + "type": "Type", + "model": "Model", + "manufacturer": "Manufacturer" + } + }, "countries": { "AF": "Afghanistan", "AL": "Albania", -- cgit v1.2.3