summaryrefslogtreecommitdiff
path: root/src/assets/images
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01Add PopoverSlot restyled DateTime and ServerPowerOrerations pages add reload ↵Maksim Zakharov2-0/+0
BMC.
2022-05-24Add global popovers. Add pages: pci, adapters, raid, drivers, virtual ↵Maksim Zakharov4-0/+9
drivers. Fix: analytical pannel, bmc-settings popovers. fix global styles
2022-05-24Add depend: highcarts. Pages: power, analytical motherboard, memory, fans, ↵Maksim Zakharov35-0/+117
event logs, Fix styles, add global components.
2022-05-23Add pages: BMC, Ipv4/6, console settings. Fix routes: add console mixin, ↵Maksim Zakharov14-0/+43
disable fullscreen console, add global styles.
2022-04-29restyled navigation pannelMaksim Zakharov4-0/+12
2022-04-28restyled header and add subheaderMaksim Zakharov4-0/+21
2022-04-28restyled login pageMaksim Zakharov5-0/+24
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