summaryrefslogtreecommitdiff
path: root/src/assets/images
AgeCommit message (Collapse)AuthorFilesLines
2022-07-26add power for processorVitalii Lysak1-0/+3
2022-07-25SILABMC-191: Fix login pageAnna Tsyganova1-1/+1
2022-07-25add divider for fans, fix motherboardMaksim Zakharov1-0/+3
2022-07-22merge with dynamicVitalii Lysak1-0/+3
2022-07-21SILA: Removed raster image with size about 600KAndrey V.Kosteltsev1-6/+0
2022-07-21create accessoryTable(no styles for XS size, start to create collapse component)Maksim Zakharov1-0/+3
2022-07-18add modal global style, fix some modalMaksim Zakharov1-0/+9
2022-07-15add sort icons in all tablesMaksim Zakharov2-0/+6
2022-07-14Fix login pageAnna Tsyganova1-12/+10
2022-07-14Fix headerAnna Tsyganova1-1/+3
2022-07-04IBS: _sila UI themeAndrey V.Kosteltsev3-0/+15
2022-07-04IBS: _ibs UI ThemeAndrey V.Kosteltsev4-0/+48
2021-09-03Update login page layoutDerick Montague2-0/+13
This update will: - Change the positioning of the form to be on the left - Add the built on OpenBMC logo to the bottom right corner of the screen - Add the ability to include a GUI custom name using a .env variable. If the variable is not present, the login page will not include the <h1> section heading element. - Remove the word "logo" from the alt attribute for the company logo image used in the application header and on the login page. Github story: https://github.com/openbmc/webui-vue/issues/63 Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I83ac5aecff0b3858c3ab5f38ab1aaa603d59acf1
2020-10-23Add style to left sidebar and app headerSurenNeware1-94/+1
- Updated hover, active and focus state for left sidebar menu items. - Add style guide for top header navigation. - Add new white color logo. - Add focus and active state to current menu item. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ib97df4efda216f653ce0415c3f3ae9ae75bcb9cd
2020-07-22Intel environmentMateusz Gapski2-0/+94
add environment for Intel add logo as a placeholder Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: Iad1ef66ef73e7f9e0857122cc29729543cbf6682
2020-01-23Add login and logout functionalityDerick Montague1-0/+1
- Add AuthenticationStore - Add ability to login and logout - Add route navigation guard - Add login styles - Add temporary authentication for api call - Add Login directory - Add index.js In order to login a .env.development.local file that contains BASE_URL="https://<ip address> or <FQDN>" Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I88b93e287e66f4bae82a1ec2934cdef12d78264e