summaryrefslogtreecommitdiff
path: root/src/views
AgeCommit message (Collapse)AuthorFilesLines
2022-07-25add datePicker, divider for motherboardMaksim Zakharov2-46/+77
2022-07-25clean load data, processorsVitalii Lysak1-4/+8
2022-07-25add areas, dynamicVitalii Lysak1-6/+46
2022-07-25add tables for dynamicVitalii Lysak4-60/+251
2022-07-22Merge branch 'sila-ui' of git.sila.ru:pub/openbmc/webui-vue into sila-uiVitalii Lysak1-22/+26
2022-07-22add table, processorVitalii Lysak1-1/+7
2022-07-22add localization for processors, fix page processors and collapseMaksim Zakharov1-22/+26
2022-07-22merge with dynamicVitalii Lysak8-4/+356
2022-07-22layoutprocessor-chartMaksim Zakharov1-7/+7
2022-07-22add save btnVitalii Lysak1-1/+1
2022-07-22add mock dataVitalii Lysak1-0/+102
2022-07-22fxVitalii Lysak1-22/+35
2022-07-22Merge branch 'processor-chart' of git.sila.ru:pub/openbmc/webui-vue into ↵Vitalii Lysak1-2/+12
processor-chart
2022-07-22add motherboard6 fix othersVitalii Lysak5-3/+83
2022-07-22SILABMC-191: Move search field to page titleAnna Tsyganova4-25/+25
2022-07-22add styles for collapseMaksim Zakharov1-2/+12
2022-07-21add charts for fans and processorsVitalii Lysak5-4/+104
2022-07-21_sila: SOL 96x44Andrey V.Kosteltsev1-0/+2
2022-07-21create accessoryTable(no styles for XS size, start to create collapse component)Maksim Zakharov2-3/+26
2022-07-20Merge branch 'sila-ui' into processor-chartVitalii Lysak1-1/+1
2022-07-20resolve conflictsVitalii Lysak1-1/+1
2022-07-20add templateVitalii Lysak1-3/+27
2022-07-20add title for dynamic processor pagedynamic-info-uiVitalii Lysak2-0/+22
2022-07-20SILABMC-52 fixMaksim Zakharov1-1/+1
2022-07-19SILABMC-52 Add page Fans Static, Fans Store, tab FansMaksim Zakharov2-0/+83
2022-07-18add modal global style, fix some modalMaksim Zakharov4-105/+98
2022-07-15Fix display date for event logs and fix ldapAnna Tsyganova1-2/+2
Issue: SILABMC-191
2022-07-14revert some stylesVitalii Lysak3-3/+3
2022-07-14move factoryreset to _silaVitalii Lysak1-1/+1
2022-07-14Merge branch 'sila-ui' of git.sila.ru:pub/openbmc/webui-vue into sila-uiVitalii Lysak2-3/+3
2022-07-14move logs to _silaVitalii Lysak2-2/+2
2022-07-14Fix power and ldapAnna Tsyganova2-3/+3
2022-07-14add styles when show file name, virtual deviceVitalii Lysak1-1/+5
2022-07-14show file name for virtual deviceVitalii Lysak1-0/+9
2022-07-13Fix folder SecurityAndAccessAnna Tsyganova5-20/+14
Issue: SILABMC-191
2022-07-13Remove bmsAnna Tsyganova5-503/+0
Issue: SILABMC-191
2022-07-13Add pages bmsAnna Tsyganova5-0/+503
Issue: SILABMC-191
2022-07-12refactor security&access, ldapVitalii Lysak1-3/+9
2022-07-12refactor security&access, sessionsVitalii Lysak1-4/+8
2022-07-08Fix a little global componentsAnna Tsyganova71-281/+294
Issue: SILABMC-191
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-07IBS: _ibs theme importsAndrey V.Kosteltsev67-274/+274
2022-07-04IBS: _sila UI themeAndrey V.Kosteltsev101-0/+12872
2022-07-04IBS: _ibs UI ThemeAndrey V.Kosteltsev101-0/+12892
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-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 Ashoka1-0/+16
- 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