summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-07-12move security&access to endVitalii Lysak5-60/+60
2022-07-08Fix a little global componentsAnna Tsyganova75-325/+340
Issue: SILABMC-191
2022-07-07Merge branch 'sila' into sila-uiAndrey V.Kosteltsev7-8/+21
2022-07-07IBS: Fix import { loading } Firmware.vueAndrey V.Kosteltsev1-1/+1
2022-07-07IBS: Fix import { loading } syntax and spacesAndrey V.Kosteltsev1-1/+0
2022-07-07IBS: Fix import { loading } syntaxAndrey V.Kosteltsev7-7/+21
2022-07-07Merge branch 'sila' into sila-uiAndrey V.Kosteltsev71-280/+280
2022-07-07IBS: _ibs theme importsAndrey V.Kosteltsev71-280/+280
2022-07-07IBS: Sila AppLayout importsAndrey V.Kosteltsev1-5/+5
2022-07-06Add global stylesAnna Tsyganova22-153/+578
Issue: SILABMC-191
2022-07-04IBS: _sila UI themeAndrey V.Kosteltsev163-0/+16858
2022-07-04IBS: _ibs UI ThemeAndrey V.Kosteltsev168-94/+16825
2022-07-04GlobalStore: Trim assetTag and serialNumberAndrey V.Kosteltsev1-2/+13
Signed-off-by: Andrey V.Kosteltsev <AKosteltsev@IBS.RU>
2022-07-04Enable alternative styles according to VUE_APP_ENV_NAMEAndrey V.Kosteltsev1-1/+1
Signed-off-by: Andrey V.Kosteltsev <AKosteltsev@IBS.RU>
2022-06-30IBS: make user dropdown menu visibleAndrey V.Kosteltsev1-0/+3
2022-06-30IBS: app-header items on small screenAndrey V.Kosteltsev1-0/+8
2022-06-30IBS: theme colorsAndrey V.Kosteltsev1-3/+11
2022-06-30IBS: Chrome scrollbar heightAndrey V.Kosteltsev1-1/+1
2022-06-30IBS: Chrome thin scrollbarAndrey V.Kosteltsev1-5/+5
2022-06-30IBS: tables border radiusAndrey V.Kosteltsev1-0/+6
2022-06-28IBS: Login h3 sizeAndrey V.Kosteltsev1-1/+1
2022-06-28IBS: Vertical align links and buttonsAndrey V.Kosteltsev1-1/+7
2022-06-28IBS: Login form h3 font sizeAndrey V.Kosteltsev1-0/+5
2022-06-28Do not use variables in _ibs.scssAndrey V.Kosteltsev1-2/+2
2022-06-28IBS: Login button widthAndrey V.Kosteltsev1-0/+12
2022-06-28IBS: dark-hover colorAndrey V.Kosteltsev1-0/+1
2022-06-28IBS: thin scrollbarsAndrey V.Kosteltsev1-7/+25
2022-06-23IBS: thin scrollbarsAndrey V.Kosteltsev1-0/+7
2022-06-22remove IBS styles which applyed by patchesAndrey V.Kosteltsev1-7/+4
2022-06-22Responsive Tables overflow autoAndrey V.Kosteltsev1-0/+4
2022-06-21Add new variables of colorsAnna Tsyganova1-1/+40
Isues: SILABMC-169
2022-06-21container-xl: unset max width on large screenAndrey V.Kosteltsev1-0/+6
2022-06-21login-form background transparentAndrey V.Kosteltsev1-0/+4
2022-06-21SILA: progress-bar colorAndrey V.Kosteltsev1-0/+1
2022-06-21IBS: primary, dark colorAndrey V.Kosteltsev1-1/+1
2022-06-21IBS: env: fonts, styles, components, routers, storeAndrey V.Kosteltsev22-0/+520
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-05-11Revert "Filtered the IP address to IPv4 on sessions page"Jiaqing Zhao1-5/+1
In bmcweb/41d61c8 ("Convert IPv4-mapped IPv6 ClientIP back to IPv4"), bmcweb automatically converts IPv4 addresses to IPv4 format, workaround in webui-vue is no longer needed. The original patch also brings issue with displaying IPv6 addresses in Sessions tab. This reverts commit d902aa7b4f98b49d2a20ad8253bc15afd77e9349. Tested: Both IPv4 and IPv6 addresses are displayed correctly in Sessions. Change-Id: Ib56398de51526ee72168b5bf8427278bcb6f9c17 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
2022-05-03Add missing Model mapping to Chassis StoreMichalX Szopinski1-0/+2
Add missing "model" mapping on "Hardware status" tab in chassis section. Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: I9a6bd4a7e4fbaaac72aa8d59cc065ba0bea040bd
2022-03-09SOL: fix socket close exceptionXiaochao Ma1-9/+17
When the sol page is opened, a socket is opened; when the sol page is closed, the socket is not closed (console print is also exception). It only closes when you log out. Fix this condition to 'close socket when SOL page is exited'. test: Enter the SOL page-->console print'websocket console0/ opened' -->close the SOL page -->console print'websocket console0/ closed. code: 1000 reason: ' Signed-off-by: Xiaochao Ma <maxiaochao@inspur.com> Change-Id: I0f406c2085aec303d6e5139d57b31ed6f244a155
2022-02-22Removed alert message from Update firmware componentKenneth Fullbright1-14/+1
There shouldn't be an alert message in the update firmware component. - Took away the alert from the Update firmware component. Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I1ab97fbba39fb2d7639707cceaf75b71531fa971
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-14Unable to Delete dumps and incorrect toast messageNikhil Ashoka1-1/+5
Unable to delete all dumps and displaying incorrect event log delete message Able to delete all the Dumps Approriate message is displayed in toast after deleting Event logs Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I1169bcd8e6308d50baf5c7ddcab5c511edcbc875
2022-02-12Update SOL console page alert messageNikhil Ashoka2-0/+19
- 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 Fullbright3-20/+36
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