Vuelidate, I18n, and filter are upgraded to vue3While navigating to the pages i18n, vuelidate, and filters errorsoccurred. i18n, and vuelidate code changes in each page adapted tovue3. Filter glo
Vuelidate, I18n, and filter are upgraded to vue3While navigating to the pages i18n, vuelidate, and filters errorsoccurred. i18n, and vuelidate code changes in each page adapted tovue3. Filter global function for date and time format implementedin the main.js file and those files which as called the filterfunctions.Change-Id: If1a2ee22d47750faef1c35ef2c263299067d9a20Signed-off-by: Surya Venkatesan <suryav@ami.com>
show more ...
Focus default action in modal windowsUsers of common WIMP GUIs (as opposed to interfaces primarily meant fortouch input) expect dialog boxes to have keyboard focus set on thebutton for default ac
Focus default action in modal windowsUsers of common WIMP GUIs (as opposed to interfaces primarily meant fortouch input) expect dialog boxes to have keyboard focus set on thebutton for default action so that it can be executed by a single keypress. Usually that is chosen to proceed with the operation but in caseswhere that leads to data loss the UI designers often pre-select Cancelas a precaution.This patch adds suitable property to all invocations of msgBoxConfirm()method of `this.$bvModal` BootstrapVue object. For regular actions theconfirmation button is selected and can be activated by Enter or Spacebar. For actions deemed dangerous Cancel is focused instead so it takestwo key presses (first being Tab to shift the focus) to prooceed.This also improves accessibility following the Web Content AccessibilityGuidelines (WCAG) published by W3C.Tested: manually verified that modals are consistently shown with thespecified button focused, Enter and Space bar key presses produce thesame effect as left pointer button click: when Cancel is focused it justcloses the window, when OK is focused it sends the corresponding requestto the Redfish endpoint.Change-Id: I66bfd02e48e08dc18994b11bbdd5d6b3ea27047fSigned-off-by: Paul Fertser <fercerpav@gmail.com>
Add Key clear page under Operations sectionThis 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 b
Add Key clear page under Operations sectionThis 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 onlySigned-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>Change-Id: Ic6fe3454de815629a6b2250daa99ab21f2b316c3