webui-vue icon indicating copy to clipboard operation
webui-vue copied to clipboard

Web-based user interface built on Vue.js for managing OpenBMC systems

Results 48 webui-vue issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If System Event log has more than 1000 entries, web GUI will only show the first 1000 entries. bmcweb returns a maximum of 1000 entries for a...

enhancement
help wanted

**Describe the bug** In the "Firmware" page, after selecting a file to upload, the file is shown below "Add file" button. Then if one clicks the "Add file" again and...

question

## Use Case **For POST codes logs** As a PE/SSR/Admin, I need a log of everything that loaded or happened during the boot process, or other processes such as Dumps,...

enhancement

**Is your feature request related to a problem? Please describe.** For users running the Web UI locally, they need to create a `.env.development.local` file that contains: ``` BASE_URL="https://" ``` **Describe...

enhancement

## Use Case As an admin, I need to be able to select the right settings for power and performance, so that I can make sure that the server is...

enhancement

After generating the patch, add it to the corresponding folder and. bb file for compilation and error reporting. **To Reproduce** Steps to reproduce the behavior: 1. Add your own code...

bug

If the main CPU architecture is x86, besides overriding the main boot target (None/Pxe/Hdd/Cd/Diags/BiosSetup/Usb) it is also possible to override the target boot mode (None/UEFI/Legacy). Descriptions from the `https:///redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json` ```...

enhancement

## Overview Update all the minor and patch releases and test. It is important to `only` update minor and patch releases. Major releases are known to have breaking changes that...

help wanted
Blocked

## Overview [Migration docs](https://v3.vuejs.org/guide/migration/migration-build.html#overview) ### Requirements - [ ] Update Bootstrap Vue for Vue 3 - [ ] Add emits property for custom component events - [ ] Import nextTick...

help wanted
Blocked

User inputs for long names cause overflow issues in the UI. Examples: - Host Name with 64 characters overflow - LDAP Role group names Additionally, LDAP role groups can be...