summaryrefslogtreecommitdiff
path: root/src/locales
AgeCommit message (Collapse)AuthorFilesLines
2023-03-30Old password input in change password screenDamian Celico1-1/+3
When the user changed their password in profile settings, to prevent XSS attacks, I added the current password input field to authenticate the user. Once the authentication had success with the current password, then allowing the update was possible. After the password is changed successfully, all the sessions of the user who changed the password will be disconnected, including the current session. and the current session will navigate to the login page. Signed-off-by: Kirankumar Ballapalli <kirankumarb@ami.com> Change-Id: Idb8bc9d6ada420329c38407da76a08dc83fddd61
2023-03-28RU: Correct 'successSaveNetworkSettings' translationKonstantin Aladyshev1-1/+1
Since %{settings} template variable in this case takes values like 'DHCP' or 'IPv4' the translation string needs minor correction. Change-Id: I987e3a8a60fd3f1bba163fcf81904dda303fe036 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
2023-03-28RU: Added DHCP enable/disable featureKonstantin Aladyshev1-0/+3
Add russian translations that were missed in a commit e8cb2c6a81e8abb75cb63c10c29008d868e7fef2 ("Added DHCP enable/disable feature"). Change-Id: Ida37e9864f12424011c8c1b12eb1cac126672112 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
2023-03-27Sessions page Client ID is not displayedkirankumarb072-2/+4
Redfish added support for the Context parameter on the session resource This parameter has the same function that the "OemSession.ClientId" field served. And BMC Web moves all the existing ClientId code to produce Context. This patch set contains the code changes for adding a new column "Context" in the sessions page and modifying the existing column "Client ID" to "Session ID" and mapping the redfish property "Id" to it. The property "Context" is optional in redfish. If the Context holds any value it will display in WebUI as it is. If it is not having any value, "-" will be displayed in the WebUI. Change-Id: Ibc99416fc37a91029bf430ccc7b387832eef729c Signed-off-by: Kirankumar Ballapalli <kirankumarb@ami.com>
2023-02-21Add button to clear POST code logsKonstantin Aladyshev2-0/+16
Utilize '#LogService.ClearLog' action to provide a possibility for the user to clear POST code logs. Change-Id: Iadd94b9ebc93bc81b13ee979962103587c939fc7 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
2023-02-15Added DHCP enable/disable featureNikhil Ashoka1-0/+3
- DHCP toggle for enablement was not present, It is now added in the Networks page. - DHCP when enabled, if there is no address, it picks up an address on its own.When it is disabled, we need to manually configure it. Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I32a9e0df28e6609945f3757a6bd69dc66a86f480
2023-02-14Reducing values to a common formatGlukhov Mikhail2-20/+44
I use this patch to convert all values into the format <Description>:<Value><Unit of Measure>. I put the units of measure in a separate localization area in order to use them in the sensor page in the future. Change-Id: Ic6554860c4185bc4d681a97205051799c6637b5c Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
2023-02-13Add translation for a few missing UI elementskirankumarb072-4/+20
On the sensor page and user management page, some of the strings are not getting translated to the selected language. I have added this patch to add the multiple language strings to the missing strings. Change-Id: I03ca43bb81708f85e913e39c6dfa24ab7f3de876 Signed-off-by: Kirankumar Ballapalli <kirankumarb@ami.com>
2023-02-08Enhanced User Management page error messageSivaprabu Ganesan2-0/+2
Description 1: When WebUI creates the user with an already existing username the error message will display the exact failure reason. Tested: Step 1: Login to webUI and navigate to user management page Step 2: Create new user with username "testUser1" Step 3: Create another user with same username "testUser1" Step 4: WEB UI will through the error message as "Username 'testuser1' already exists." Description 2: User can able to disable and change the root user via WebUI Now restricted to disable the root user and changing the root user privilege. Tested: Step 1: Login to Web UI with root user Step 2: Navigate to User management page Step 3: Try to modify the root user's details Step 4: WebUI won't allow to disable the user, username change and privilege change Step 5: Login Web UI with non-root user Step 6: Web UI won't allow to modify or delete the root user's details Change-Id: I0e38215b51fb058984664ec38ae9613e18043ed7 Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com>
2022-12-19Removed the MemorySizeGlukhov Mikhail2-2/+0
Removed the MemorySize field for DIMMs, because it is missing in Redfish ``` https://www.dmtf.org/sites/default/files/standards/documents/DSP8010.zip ``` Change-Id: I12f37a601e429060765960f3c66b5249b84eabe7 Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
2022-12-08prettier: re-formatPatrick Williams3-2331/+2331
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository. Change-Id: I2804ee3ab5ff6bcbf986b028db2fafec8e616779 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2022-11-08Added correct diagnostic mode displayglukhov.mikhail2-0/+2
Before the patch, the diagnostic mode was displayed as "Not available", after the patch "Diagnostic mode". Test: in the console run the command "busctl set-property xyz.openbmc_project.State.Host \ /xyz/openbmc_project/state/host0 \ xyz.openbmc_project.State.Host CurrentHostState \ s "xyz.openbmc_project.State.Host.HostState.DiagnosticMode". open the "Server power operations" page, check the Server status Signed-off-by: glukhov.mikhail <mikl@greenfil.ru> Change-Id: I90d04e05188eb92c4c4b38fe578ae36db0424b5c
2022-10-19RU: Server manufacturer and Firmware version on Overview tabKonstantin Aladyshev1-0/+2
Add russian translations that were missed in a commit 112dbb266e659e252e42f2230ddb4a80a467da20 ("Server manufacturer and Firmware version on Overview tab"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I17994d86f10a3bd860d493af7045214aa3c66800
2022-10-19RU: Check certificate file extensionKonstantin Aladyshev1-1/+2
Add russian translations that were missed in a commit 31fb2b96a58492c3214197685787f42f305a42ad ("Check certificate file extension"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I99facf93497cc62326638db79bdd6a4930b857d7
2022-09-26Server manufacturer and Firmware version on Overview tabMichalX Szopinski1-0/+2
Add "Server manufacturer" and "Firmware version" to "Server information" card in Overview tab. Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: If02516b1b721920f83c5fe42a7c5e79fbb1825ca
2022-09-26Check certificate file extensionDamian Celico1-1/+2
Checking the file extension type of uploaded certificates to redfish. Sends the file only if the file type is correct, otherwise shows error. Signed-off-by: Damian Celico <damianx.celico@intel.com> Change-Id: Idfc790bc8967333aed66c5c128334af4231dbea3
2022-06-10RU: Update SOL console page alert messageKonstantin Aladyshev1-0/+3
Add russian translations that were missed in a commit 1d9257e5a355bbc0540b70ab2b2d9a17dea6d986 ("Update SOL console page alert message"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I71219d8d9ac4cc7cd86ef8911863a216f2bbbee9
2022-02-14en-US: Fix typos in translation for Key clear pageKonstantin Aladyshev1-8/+7
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: If7632ef07a91424e684bdba847855ef441f7483b
2022-02-12Update SOL console page alert messageNikhil Ashoka1-0/+3
- if the status of the SOL console is disconnected, an alert message will be displays that System must be powered on to connect Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I4cdf99954f3a4e129404facf2992dadf63e62f70
2022-02-08RU: Re-modeled Power restore radio buttonsKonstantin Aladyshev1-0/+5
Add russian translations that were missed in a commit 2b33ec2cd523cc48c40977b31a13c2ce925f58c5 ("Re-modeled Power restore radio buttons"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I77a2be270df4401748eab14be6468964530ac560
2022-02-08RU: Missing Overview informationKonstantin Aladyshev1-1/+1
Add russian translations that were missed in a commit b86f4152ba832ba92a2607c30037d5f818058120 ("Missing Overview information"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I93166e94881b8b6db8fbf046df9e0eb331cf977a
2022-02-08RU: Add Key clear page under Operations sectionKonstantin Aladyshev1-2/+36
Add russian translations that were missed in a commit 2b33ec2cd523cc48c40977b31a13c2ce925f58c5 ("Add Key clear page under Operations section"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ib2b144524aa5cc497b1597103816981da41210b3
2022-02-08RU: Security Panel add additional featuresKonstantin Aladyshev1-3/+14
Add russian translations that were missed in a commit aee27141f4c002306e9a4bf44dc4f9618a5fae62 ("Security Panel add additional features"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I4d84c8d41ce6c7cf6c68b4c6987f433f10b9f75a
2022-02-07RU: Add values to system inventory tableKonstantin Aladyshev1-1/+3
Add russian translations that were missed in a commit 18cde3ce0c1b2f99e94f5cef66661adcb22ba8f7 ("Add values to system inventory table"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I8d15317dd3d7acefbd0a0905643476c480e24c76
2022-02-04Re-modeled Power restore radio buttonsKenneth Fullbright1-0/+5
When a user selects a radio button and saves, the selected setting should be patched. - Computed properties on generated bootstrap-vue radio buttons causes errors. - Re-modeled radio buttons to take Redfish api data on component render. - Mapped selected radio button value to patch the Redfish api property. - Added translations. Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I22ce75d9ef840d7f0c2659bba855093e5b4559f4
2022-02-04Missing Overview informationNikhil Ashoka1-1/+1
Added 'BMC date and time' which was displaying as 'BMC time' Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: Ie5b63d942b08c52a2b78a91c95624874c299d3da
2022-02-04Add Key clear page under Operations sectionSandeepa Singh1-2/+37
This page will allow privileged user to clear encrypted keys. - Only admin and CE login user will be able to see the page - The UI will be different for both, admin and CE login user(service) - This page is IBM only Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: Ic6fe3454de815629a6b2250daa99ab21f2b316c3
2022-02-04Security Panel add additional featuresNikhil Ashoka1-3/+14
Added RTAD under Network interfaces Added VirtualTPM under Network services Removed the sub-headings in Policies page Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I6290362cecdfe7f8cd7bfde20fcaca88b6bc2c09
2022-01-28Add values to system inventory tableNikhil Ashoka1-0/+2
TotalSystemMemoryGiB and CoreCount field is not present. Added TotalSystemMemoryGiB under Memory summary Added CoreCount under Processor summary Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I598abc7c05dd5113db0071ecd71bbcc32ad696c4
2022-01-28Update russian translations for the timezone toast messagesKonstantin Aladyshev1-1/+1
Add russian translations that were missed in a commit 77e64901f7334773d85fefab5e5623fa0e6ec499 ("Fix invalid password validation"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I818c6918ee9a7c862a37335f43acccf57b486828
2022-01-28Russian translations for the new properties to Dimms tableKonstantin Aladyshev1-0/+6
Add russian translations that were missed in a commit 61fdd942fc17a63713a82917b185d1ae16b49e4f ("Add missing properties to Dimms table"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Id9a18b82a12f135d46d59d0417892b6dc1d08bdd
2022-01-07Fix invalid password validationSandeepa Singh1-1/+1
Bug: Success toast message appeared on invalid value of new password on profile settings page. Solution: Fixed the toast message for password change and timezone change respectively. Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I71b53dd02e4fdda040248c3ed9408be8d220454d
2022-01-07Add missing properties to Dimms tableSandeepa Singh1-0/+6
- Added the following properties: Base module type, Bus width bits, Capacity MiB, Data width bits, Enabled, Operating speed Mhz - Design has been updated for Dimms table Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: Ifd77071abd9544120c1904065275ccc00dd8d862
2021-12-20Correct values for deleteDns/deleteIpv4 keys in translationKonstantin Aladyshev1-2/+2
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I6335db232a6b61990e16f70222dbc67ccd48d044
2021-12-20Russian translations for the deleteDns/deleteIpv4 fixesKonstantin Aladyshev1-2/+2
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I023e4ce64800cb4d464df7084e73d738721f85ed
2021-12-20Russian translations for the hostname/MAC address settingsKonstantin Aladyshev1-1/+4
Add russian translations that were missed in a commit 12dc20c3701fe58b7d827ed44d65ac67cee8a4a6 ("Network settings: Edit hostname and MAC address"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ib025c223ca61636b7020cc3ce93e19afe2dddae8
2021-12-20Russian translations for the IPv4/DNS network settingsKonstantin Aladyshev1-0/+2
Add russian translations that were missed in a commit b34349d4139230fb4ca99bf89a6b0e1f707e58e2 ("Network Settings: Add and Delete IPV4 and DNS address"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I5ba7588848c5451efe2e0ef8edb2ff9b4a71b207
2021-12-20Russian translations for the new Network settings designKonstantin Aladyshev1-23/+28
Add russian translations that were missed in a commit c4b8757ed88ecea369e6044548d2fbe072d5bd4a ("Network settings redesign - interface settings"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ie115667593f6d45b0833fa45c652238bbc223327
2021-12-03Network settings: Edit hostname and MAC addressDixsie Wolmers1-1/+4
Adds modals to edit hostname and mac address per interface. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I45d265c198afd1d9de9bb519a15a74e724f50f55
2021-12-03Network Settings: Add and Delete IPV4 and DNS addressDixsie Wolmers1-0/+2
Adds ability to add or delete static ipv4 and dns addesses per interface. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ie143ded2f173dd48f137471a684ba0d35ab0bf69
2021-12-03Network settings redesign - interface settingsDixsie Wolmers1-25/+30
First commit of the network settings redesign: - Adds the global network settings section for DHCP settings - Adds read only hostname, FQDN and MAC address, modal to edit each will be done seperately - Removes interface specific sections to refactor in next commit - Adds tab component to display ethernet data by interface - Ability to edit, delete and add ipv4 addresses and DNS will be done in separate commit Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ibb1db6894ee697fec9e6ea1b8312d041c61faaad
2021-11-19Fix error in russian translations for the overview pageKonstantin Aladyshev1-1/+1
Add russian translations that were missed in a commit 182b3f1ff44b7319767dcc4c50fe54515602b9fa ("Fix overview error"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I2e9fae49496a5c5f483cd0b8b1e0b635ba78ac8c
2021-11-19Russian translations for the Dimms tableKonstantin Aladyshev1-2/+4
Add russian translations that were missed in a commit 8187678816dee0342b46e6f095324097ea734fea ("Add Dimms table missing properties"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Idf16117c69e05dcd6272a531f95a8ba5152d92f3
2021-11-19Russian translations for the LED pageKonstantin Aladyshev1-1/+1
Add russian translations that were missed in a commit 6225f6492f49313f2cc507f41675d322b739e062 ("Fix server led page title and LED indicator label"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I1958ec0f4f8723081d662e612135e37d1b8b18ad
2021-11-09Fix overview errorDixsie Wolmers1-1/+1
Console errors were related to the power and network card components from https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/46511 Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ib967229b74462ed8d5c28cbac24c2a2fbfc834c2
2021-11-04Russian translations for the new overview layoutKonstantin Aladyshev1-24/+22
Add russian translations that were missed in a commit 6a192d526c9efebf7a614a9aa473eee62e555fc5 ("Update overview layout"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Id4076918db5a3f28f2444ac735d834cdf18c3e02
2021-11-04Russian translations for the Assemblies schemaKonstantin Aladyshev1-0/+1
Add russian translations that were missed in a commit a02c6f94bd541b07067ac30bab609896b3f6f988 ("Add Assemblies schema to Hardware Status - Inventory and LEDs"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ibcce97ae00b9fdecfadbd69e2b1de681c30e35a4
2021-10-28Add Dimms table missing propertiesSandeepa Singh1-2/+4
- Added the following properties: Model, Description, Spare part number, Location Number, Memory type, Memory size, Identify led - Design has been updated for Dimms table on inventory page Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: Ife61396bd70c29df1b5ea55091adc8c6813b5cdc
2021-10-19Fix server led page title and LED indicator labelMichalX Szopinski1-1/+1
Correcting the page title to fix the header name. Change "System attention Indicator" to "LED light control" Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: I212ae368de647b3c716df28674ecba61cfc69db4
2021-09-24Update overview layoutDixsie Wolmers1-24/+22
Layout updates uses bootstrap vue cards to display general information. View more links and download or export ability has been added to the overview page. Network settings displays the hostname and the first IP address for the first ethernet interface. Link status was also added. TODO: Add idle power and power mode properties in seperate commit for each story. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Iaf0720d76b2a9416f068a1e779ede59bffda9727