History log of /openbmc/webui-vue/docs/.vuepress/components/ (Results 1 – 14 of 14)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d35132d811-Nov-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Update VuePress configuration

We are moving away from importing application components directly into
the VuePress docs. We will document code snippets and add screenshots
as a visual example.
This c

Update VuePress configuration

We are moving away from importing application components directly into
the VuePress docs. We will document code snippets and add screenshots
as a visual example.
This commit removes all code and configurations that supported importing
dynamic components into VuePress and added images in place of a working
component example on the page.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I9a75c5d51de8b6d941e4df7ae977d78c043d36e1

show more ...


/openbmc/webui-vue/.eslintrc.js
/openbmc/webui-vue/babel.config.js
/openbmc/webui-vue/docs/.vuepress/config.js
/openbmc/webui-vue/docs/.vuepress/public/alert.png
/openbmc/webui-vue/docs/.vuepress/public/button-disabled.png
/openbmc/webui-vue/docs/.vuepress/public/button.png
/openbmc/webui-vue/docs/.vuepress/public/table-empty.png
/openbmc/webui-vue/docs/.vuepress/public/table-sort.png
/openbmc/webui-vue/docs/.vuepress/public/table.png
/openbmc/webui-vue/docs/.vuepress/public/toast.png
/openbmc/webui-vue/docs/.vuepress/styles/palette.styl
/openbmc/webui-vue/docs/guide/components/alert.md
/openbmc/webui-vue/docs/guide/components/button.md
/openbmc/webui-vue/docs/guide/components/table.md
/openbmc/webui-vue/docs/guide/components/toast.md
/openbmc/webui-vue/package-lock.json
/openbmc/webui-vue/package.json
/openbmc/webui-vue/src/assets/styles/bmc/custom/_buttons.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_calendar.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_forms.scss
/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigation.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigationMixin.js
/openbmc/webui-vue/src/components/Global/InfoTooltip.vue
/openbmc/webui-vue/src/components/Global/InputPasswordToggle.vue
/openbmc/webui-vue/src/components/Global/LoadingBar.vue
/openbmc/webui-vue/src/components/Global/Search.vue
/openbmc/webui-vue/src/components/Global/TableDateFilter.vue
/openbmc/webui-vue/src/components/Global/TableFilter.vue
/openbmc/webui-vue/src/components/Global/TableRowAction.vue
/openbmc/webui-vue/src/components/Global/TableToolbar.vue
/openbmc/webui-vue/src/components/Mixins/LoadingBarMixin.js
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/store/modules/Health/EventLogStore.js
/openbmc/webui-vue/src/views/AccessControl/Ldap/TableRoleGroups.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/ModalGenerateCsr.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/SslCertificates.vue
/openbmc/webui-vue/src/views/Configuration/DateTimeSettings/DateTimeSettings.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/Firmware.vue
/openbmc/webui-vue/src/views/Configuration/NetworkSettings/NetworkSettings.vue
/openbmc/webui-vue/src/views/Control/Kvm/Kvm.vue
/openbmc/webui-vue/src/views/Control/Kvm/KvmConsole.vue
/openbmc/webui-vue/src/views/Control/SerialOverLan/SerialOverLanConsole.vue
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/BootSettings.vue
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/ServerPowerOperations.vue
/openbmc/webui-vue/src/views/Health/EventLogs/EventLogs.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatus.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableBmcManager.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableChassis.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableFans.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTablePowerSupplies.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
/openbmc/webui-vue/src/views/Health/Sensors/Sensors.vue
/openbmc/webui-vue/src/views/Overview/Overview.vue
/openbmc/webui-vue/src/views/Overview/OverviewEvents.vue
/openbmc/webui-vue/src/views/Overview/OverviewNetwork.vue
/openbmc/webui-vue/src/views/Overview/OverviewQuickLinks.vue
/openbmc/webui-vue/tests/unit/AppHeader.spec.js
/openbmc/webui-vue/tests/unit/AppNavigation.spec.js
/openbmc/webui-vue/tests/unit/__snapshots__/AppHeader.spec.js.snap
/openbmc/webui-vue/tests/unit/__snapshots__/AppNavigation.spec.js.snap
f6bd4c6204-Nov-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add documentation for table sort

Create example BmcTable component to eventually showcase all
functionality. For now, it only includes table sort.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gma

Add documentation for table sort

Create example BmcTable component to eventually showcase all
functionality. For now, it only includes table sort.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: Id3f3ac603a58d5dbc8674ec5b2d9d059e935407d

show more ...

2fabb1c822-Oct-2020 Derick Montague <derick.montague@ibm.com>

Fix icon color in documentation

- Add StatusIcon to ehnaceApp and use the component imported into the
the documentation's component/app-imports directory to resolve fill
rendering bug in the Alert c

Fix icon color in documentation

- Add StatusIcon to ehnaceApp and use the component imported into the
the documentation's component/app-imports directory to resolve fill
rendering bug in the Alert component
- Remove the scoped attribute to make the changes work for alerts in
documentation
- Update StatusIcon component to match changes to application component

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I4090d58f78a1d10d9745ee592424ca0c0c91c610

show more ...


/openbmc/webui-vue/.eslintrc.js
/openbmc/webui-vue/babel.config.js
app-imports/StatusIcon.vue
/openbmc/webui-vue/docs/.vuepress/config.js
/openbmc/webui-vue/docs/.vuepress/enhanceApp.js
/openbmc/webui-vue/docs/guide/coding-standards/readme.md
/openbmc/webui-vue/docs/guide/quickstart/page-anatomy.md
/openbmc/webui-vue/jest.config.js
/openbmc/webui-vue/package-lock.json
/openbmc/webui-vue/package.json
/openbmc/webui-vue/postcss.config.js
/openbmc/webui-vue/src/App.vue
/openbmc/webui-vue/src/assets/styles/bmc/custom/_tables.scss
/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigation.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigationMixin.js
/openbmc/webui-vue/src/components/Global/Alert.vue
/openbmc/webui-vue/src/components/Global/InfoTooltip.vue
/openbmc/webui-vue/src/components/Global/InputPasswordToggle.vue
/openbmc/webui-vue/src/components/Global/LoadingBar.vue
/openbmc/webui-vue/src/components/Global/PageContainer.vue
/openbmc/webui-vue/src/components/Global/PageSection.vue
/openbmc/webui-vue/src/components/Global/PageTitle.vue
/openbmc/webui-vue/src/components/Global/Search.vue
/openbmc/webui-vue/src/components/Global/StatusIcon.vue
/openbmc/webui-vue/src/components/Global/TableCellCount.vue
/openbmc/webui-vue/src/components/Global/TableDateFilter.vue
/openbmc/webui-vue/src/components/Global/TableFilter.vue
/openbmc/webui-vue/src/components/Global/TableRowAction.vue
/openbmc/webui-vue/src/components/Global/TableToolbar.vue
/openbmc/webui-vue/src/components/Global/TableToolbarExport.vue
/openbmc/webui-vue/src/components/Mixins/BVPaginationMixin.js
/openbmc/webui-vue/src/components/Mixins/BVTableSelectableMixin.js
/openbmc/webui-vue/src/components/Mixins/BVToastMixin.js
/openbmc/webui-vue/src/components/Mixins/LoadingBarMixin.js
/openbmc/webui-vue/src/components/Mixins/LocalTimezoneLabelMixin.js
/openbmc/webui-vue/src/components/Mixins/SearchFilterMixin.js
/openbmc/webui-vue/src/components/Mixins/TableDataFormatterMixin.js
/openbmc/webui-vue/src/components/Mixins/TableFilterMixin.js
/openbmc/webui-vue/src/components/Mixins/TableRowExpandMixin.js
/openbmc/webui-vue/src/components/Mixins/TableSortMixin.js
/openbmc/webui-vue/src/components/Mixins/VuelidateMixin.js
/openbmc/webui-vue/src/env/components/AppNavigation/ibm.js
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImage.vue
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImageModalRebootBackup.vue
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImageModalUpload.vue
/openbmc/webui-vue/src/env/router/ibm.js
/openbmc/webui-vue/src/env/store/FirmwareSingleImage/FirmwareSingleImageStore.js
/openbmc/webui-vue/src/env/store/ibm.js
/openbmc/webui-vue/src/i18n.js
/openbmc/webui-vue/src/layouts/AppLayout.vue
/openbmc/webui-vue/src/layouts/ConsoleLayout.vue
/openbmc/webui-vue/src/layouts/LoginLayout.vue
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/main.js
/openbmc/webui-vue/src/router/index.js
/openbmc/webui-vue/src/router/routes.js
/openbmc/webui-vue/src/store/api.js
/openbmc/webui-vue/src/store/index.js
/openbmc/webui-vue/src/store/modules/AccessControl/LdapStore.js
/openbmc/webui-vue/src/store/modules/AccessControl/LocalUserMangementStore.js
/openbmc/webui-vue/src/store/modules/AccessControl/SslCertificatesStore.js
/openbmc/webui-vue/src/store/modules/Authentication/AuthenticanStore.js
/openbmc/webui-vue/src/store/modules/Configuration/DateTimeSettingsStore.js
/openbmc/webui-vue/src/store/modules/Configuration/FirmwareStore.js
/openbmc/webui-vue/src/store/modules/Configuration/NetworkSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/BootSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/ControlStore.js
/openbmc/webui-vue/src/store/modules/Control/PowerControlStore.js
/openbmc/webui-vue/src/store/modules/Control/ServerLedStore.js
/openbmc/webui-vue/src/store/modules/Control/VirtualMediaStore.js
/openbmc/webui-vue/src/store/modules/GlobalStore.js
/openbmc/webui-vue/src/store/modules/Health/BmcStore.js
/openbmc/webui-vue/src/store/modules/Health/ChassisStore.js
/openbmc/webui-vue/src/store/modules/Health/EventLogStore.js
/openbmc/webui-vue/src/store/modules/Health/FanStore.js
/openbmc/webui-vue/src/store/modules/Health/MemoryStore.js
/openbmc/webui-vue/src/store/modules/Health/PowerSupplyStore.js
/openbmc/webui-vue/src/store/modules/Health/ProcessorStore.js
/openbmc/webui-vue/src/store/modules/Health/SensorsStore.js
/openbmc/webui-vue/src/store/modules/Health/SystemStore.js
/openbmc/webui-vue/src/store/plugins/WebSocketPlugin.js
/openbmc/webui-vue/src/utilities/NBDServer.js
/openbmc/webui-vue/src/views/AccessControl/Ldap/Ldap.vue
/openbmc/webui-vue/src/views/AccessControl/Ldap/ModalAddRoleGroup.vue
/openbmc/webui-vue/src/views/AccessControl/Ldap/TableRoleGroups.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/ModalSettings.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/ModalUser.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/TableRoles.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/CsrCountryCodes.js
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/ModalGenerateCsr.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/ModalUploadCertificate.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/SslCertificates.vue
/openbmc/webui-vue/src/views/ChangePassword/ChangePassword.vue
/openbmc/webui-vue/src/views/Configuration/DateTimeSettings/DateTimeSettings.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/Firmware.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/FirmwareModalRebootBackupBmc.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/FirmwareModalUpload.vue
/openbmc/webui-vue/src/views/Configuration/NetworkSettings/NetworkSettings.vue
/openbmc/webui-vue/src/views/Control/Kvm/Kvm.vue
/openbmc/webui-vue/src/views/Control/Kvm/KvmConsole.vue
/openbmc/webui-vue/src/views/Control/ManagePowerUsage/ManagePowerUsage.vue
/openbmc/webui-vue/src/views/Control/RebootBmc/RebootBmc.vue
/openbmc/webui-vue/src/views/Control/SerialOverLan/SerialOverLan.vue
/openbmc/webui-vue/src/views/Control/SerialOverLan/SerialOverLanConsole.vue
/openbmc/webui-vue/src/views/Control/ServerLed/ServerLed.vue
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/BootSettings.vue
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/ServerPowerOperations.vue
/openbmc/webui-vue/src/views/Control/VirtualMedia/ModalConfigureConnection.vue
/openbmc/webui-vue/src/views/Control/VirtualMedia/VirtualMedia.vue
/openbmc/webui-vue/src/views/Health/EventLogs/EventLogs.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatus.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableBmcManager.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableChassis.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableFans.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTablePowerSupplies.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
/openbmc/webui-vue/src/views/Health/Sensors/Sensors.vue
/openbmc/webui-vue/src/views/Login/Login.vue
/openbmc/webui-vue/src/views/Overview/Overview.vue
/openbmc/webui-vue/src/views/Overview/OverviewEvents.vue
/openbmc/webui-vue/src/views/Overview/OverviewNetwork.vue
/openbmc/webui-vue/src/views/Overview/OverviewQuickLinks.vue
/openbmc/webui-vue/src/views/PageNotFound/PageNotFound.vue
/openbmc/webui-vue/src/views/ProfileSettings/ProfileSettings.vue
/openbmc/webui-vue/tests/unit/AppHeader.spec.js
/openbmc/webui-vue/tests/unit/AppNavigation.spec.js
/openbmc/webui-vue/vue.config.js
f364d0ee09-Oct-2020 Derick Montague <derick.montague@ibm.com>

Add icon only button to documentation

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Ia00d714b0d33b849a6e9dde8d25e9e9c78d36002


/openbmc/webui-vue/.env.ibm
/openbmc/webui-vue/.github/workflows/deploy-docs-to-gh-pages.yml
BmcButtons.vue
/openbmc/webui-vue/docs/guide/components/button.md
/openbmc/webui-vue/package-lock.json
/openbmc/webui-vue/package.json
/openbmc/webui-vue/public/index.html
/openbmc/webui-vue/src/assets/images/logo-header.svg
/openbmc/webui-vue/src/assets/styles/bmc/custom/_pagination.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_variables.scss
/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigation.vue
/openbmc/webui-vue/src/components/Global/StatusIcon.vue
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImage.vue
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImageModalRebootBackup.vue
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImageModalUpload.vue
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/index.js
/openbmc/webui-vue/src/env/router/ibm.js
/openbmc/webui-vue/src/env/store/FirmwareSingleImage/FirmwareSingleImageStore.js
/openbmc/webui-vue/src/env/store/ibm.js
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/router/routes.js
/openbmc/webui-vue/src/store/api.js
/openbmc/webui-vue/src/store/modules/Authentication/AuthenticanStore.js
/openbmc/webui-vue/src/store/modules/GlobalStore.js
/openbmc/webui-vue/src/views/Health/EventLogs/EventLogs.vue
/openbmc/webui-vue/src/views/Login/Login.vue
/openbmc/webui-vue/src/views/Overview/Overview.vue
/openbmc/webui-vue/vue.config.js
a11cedb509-Oct-2020 Derick Montague <derick.montague@ibm.com>

Update colors in documentation

- Remove all color-100 tokens since we are using bootstrap's built-in
functions for color lightening
- Update changed hex values

Signed-off-by: Derick Montague <deric

Update colors in documentation

- Remove all color-100 tokens since we are using bootstrap's built-in
functions for color lightening
- Update changed hex values

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I08894fdb64021e38ea8b5c0f47e127d72f3d3ecd

show more ...

caaf7baf09-Oct-2020 Derick Montague <derick.montague@ibm.com>

Fix documentation render bug

Using the i18n module in the BVToastMixin file caused an issue with
VuePress that resulted in the static files not being created and the
documentation rendering as a bla

Fix documentation render bug

Using the i18n module in the BVToastMixin file caused an issue with
VuePress that resulted in the static files not being created and the
documentation rendering as a blank page.

- Removed the import of the BVToastMixin
- Copied BVToastMixin to docs components and removed i18n
- Copied the StatusIcon to docs components to so icons will render
with the correct fill color in the toast notifications

GitHub Issue: https://github.com/openbmc/webui-vue/issues/40

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Ie479df17d529ad2803c41e7442801e13601a0a02

show more ...

6185909730-Sep-2020 SurenNeware <sneware9@in.ibm.com>

Update relative path imports to use '@' alias

- Add '@/' instead of '../../../'

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: Ida1dc26f2bd62f38914a74b729ee8fd143c360ac


/openbmc/webui-vue/.env.ibm
/openbmc/webui-vue/.env.intel
/openbmc/webui-vue/CONTRIBUTING.md
/openbmc/webui-vue/README.md
BmcToasts.vue
/openbmc/webui-vue/docs/.vuepress/styles/_index.scss
/openbmc/webui-vue/docs/guide/coding-standards/accessibility.md
/openbmc/webui-vue/docs/themes/customize.md
/openbmc/webui-vue/docs/themes/readme.md
/openbmc/webui-vue/format-code.sh
/openbmc/webui-vue/package-lock.json
/openbmc/webui-vue/package.json
/openbmc/webui-vue/src/App.vue
/openbmc/webui-vue/src/assets/images/logo-header.svg
/openbmc/webui-vue/src/assets/images/logo-login.svg
/openbmc/webui-vue/src/assets/styles/_obmc-custom.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_alert.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_badge.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_base.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_bootstrap-grid.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_buttons.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_calendar.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_card.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_dropdown.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_forms.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_index.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_kvm.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_modal.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_pagination.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_sol.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_tables.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_toasts.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_colors.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_functions.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_index.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_variables.scss
/openbmc/webui-vue/src/assets/styles/bootstrap/_helpers.scss
/openbmc/webui-vue/src/assets/styles/bootstrap/_index.scss
/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigation.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigationMixin.js
/openbmc/webui-vue/src/components/Global/Alert.vue
/openbmc/webui-vue/src/components/Global/InputPasswordToggle.vue
/openbmc/webui-vue/src/components/Global/LoadingBar.vue
/openbmc/webui-vue/src/components/Global/PageContainer.vue
/openbmc/webui-vue/src/components/Global/PageSection.vue
/openbmc/webui-vue/src/components/Global/PageTitle.vue
/openbmc/webui-vue/src/components/Global/Search.vue
/openbmc/webui-vue/src/components/Global/StatusIcon.vue
/openbmc/webui-vue/src/components/Global/TableCellCount.vue
/openbmc/webui-vue/src/components/Global/TableDateFilter.vue
/openbmc/webui-vue/src/components/Global/TableFilter.vue
/openbmc/webui-vue/src/components/Global/TableRowAction.vue
/openbmc/webui-vue/src/components/Global/TableToolbar.vue
/openbmc/webui-vue/src/components/Global/TableToolbarExport.vue
/openbmc/webui-vue/src/components/Mixins/BVPaginationMixin.js
/openbmc/webui-vue/src/components/Mixins/BVToastMixin.js
/openbmc/webui-vue/src/components/Mixins/LoadingBarMixin.js
/openbmc/webui-vue/src/components/Mixins/LocalTimezoneLabelMixin.js
/openbmc/webui-vue/src/components/Mixins/SearchFilterMixin.js
/openbmc/webui-vue/src/components/Mixins/TableDataFormatterMixin.js
/openbmc/webui-vue/src/components/Mixins/TableFilterMixin.js
/openbmc/webui-vue/src/components/Mixins/TableRowExpandMixin.js
/openbmc/webui-vue/src/components/Mixins/TableSortMixin.js
/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.woff
/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff
/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff
/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff
/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.woff
/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.woff
/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Bold-webfont.woff
/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff
/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff
/openbmc/webui-vue/src/env/assets/styles/_ibm.scss
/openbmc/webui-vue/src/env/assets/styles/_intel.scss
/openbmc/webui-vue/src/env/components/AppNavigation/ibm.js
/openbmc/webui-vue/src/env/env.md
/openbmc/webui-vue/src/env/router/ibm.js
/openbmc/webui-vue/src/env/router/intel.js
/openbmc/webui-vue/src/env/store/ibm.js
/openbmc/webui-vue/src/env/store/intel.js
/openbmc/webui-vue/src/layouts/AppLayout.vue
/openbmc/webui-vue/src/layouts/ConsoleLayout.vue
/openbmc/webui-vue/src/layouts/LoginLayout.vue
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/main.js
/openbmc/webui-vue/src/router/index.js
/openbmc/webui-vue/src/router/routes.js
/openbmc/webui-vue/src/store/api.js
/openbmc/webui-vue/src/store/index.js
/openbmc/webui-vue/src/store/modules/AccessControl/LocalUserMangementStore.js
/openbmc/webui-vue/src/store/modules/AccessControl/SslCertificatesStore.js
/openbmc/webui-vue/src/store/modules/Authentication/AuthenticanStore.js
/openbmc/webui-vue/src/store/modules/Configuration/DateTimeSettingsStore.js
/openbmc/webui-vue/src/store/modules/Configuration/FirmwareStore.js
/openbmc/webui-vue/src/store/modules/Configuration/NetworkSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/BootSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/ControlStore.js
/openbmc/webui-vue/src/store/modules/Control/PowerControlStore.js
/openbmc/webui-vue/src/store/modules/Control/ServerLedStore.js
/openbmc/webui-vue/src/store/modules/Control/VirtualMediaStore.js
/openbmc/webui-vue/src/store/modules/GlobalStore.js
/openbmc/webui-vue/src/store/modules/Health/BmcStore.js
/openbmc/webui-vue/src/store/modules/Health/ChassisStore.js
/openbmc/webui-vue/src/store/modules/Health/EventLogStore.js
/openbmc/webui-vue/src/store/modules/Health/FanStore.js
/openbmc/webui-vue/src/store/modules/Health/MemoryStore.js
/openbmc/webui-vue/src/store/modules/Health/PowerSupplyStore.js
/openbmc/webui-vue/src/store/modules/Health/ProcessorStore.js
/openbmc/webui-vue/src/store/modules/Health/SensorsStore.js
/openbmc/webui-vue/src/store/modules/Health/SystemStore.js
/openbmc/webui-vue/src/store/plugins/WebSocketPlugin.js
/openbmc/webui-vue/src/utilities/NBDServer.js
/openbmc/webui-vue/src/views/AccessControl/Ldap/Ldap.vue
/openbmc/webui-vue/src/views/AccessControl/Ldap/TableRoleGroups.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/ModalSettings.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/ModalUser.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/TableRoles.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/CsrCountryCodes.js
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/ModalGenerateCsr.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/ModalUploadCertificate.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/SslCertificates.vue
/openbmc/webui-vue/src/views/ChangePassword/ChangePassword.vue
/openbmc/webui-vue/src/views/ChangePassword/index.js
/openbmc/webui-vue/src/views/Configuration/DateTimeSettings/DateTimeSettings.vue
/openbmc/webui-vue/src/views/Configuration/DateTimeSettings/index.js
/openbmc/webui-vue/src/views/Configuration/Firmware/Firmware.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/FirmwareModalRebootBackup.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/FirmwareModalUpload.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/index.js
/openbmc/webui-vue/src/views/Configuration/NetworkSettings/NetworkSettings.vue
/openbmc/webui-vue/src/views/Configuration/NetworkSettings/index.js
/openbmc/webui-vue/src/views/Control/Kvm/Kvm.vue
/openbmc/webui-vue/src/views/Control/Kvm/KvmConsole.vue
/openbmc/webui-vue/src/views/Control/Kvm/index.js
/openbmc/webui-vue/src/views/Control/ManagePowerUsage/ManagePowerUsage.vue
/openbmc/webui-vue/src/views/Control/ManagePowerUsage/index.js
/openbmc/webui-vue/src/views/Control/RebootBmc/RebootBmc.vue
/openbmc/webui-vue/src/views/Control/SerialOverLan/SerialOverLan.vue
/openbmc/webui-vue/src/views/Control/SerialOverLan/SerialOverLanConsole.vue
/openbmc/webui-vue/src/views/Control/SerialOverLan/index.js
/openbmc/webui-vue/src/views/Control/ServerLed/ServerLed.vue
/openbmc/webui-vue/src/views/Control/ServerLed/index.js
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/BootSettings.vue
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/ServerPowerOperations.vue
/openbmc/webui-vue/src/views/Control/VirtualMedia/ModalConfigureConnection.vue
/openbmc/webui-vue/src/views/Control/VirtualMedia/VirtualMedia.vue
/openbmc/webui-vue/src/views/Control/VirtualMedia/index.js
/openbmc/webui-vue/src/views/Health/EventLogs/EventLogs.vue
/openbmc/webui-vue/src/views/Health/EventLogs/index.js
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatus.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableBmcManager.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableChassis.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableFans.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTablePowerSupplies.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/index.js
/openbmc/webui-vue/src/views/Health/Sensors/Sensors.vue
/openbmc/webui-vue/src/views/Login/Login.vue
/openbmc/webui-vue/src/views/Overview/Overview.vue
/openbmc/webui-vue/src/views/Overview/OverviewEvents.vue
/openbmc/webui-vue/src/views/Overview/OverviewNetwork.vue
/openbmc/webui-vue/src/views/Overview/OverviewQuickLinks.vue
/openbmc/webui-vue/src/views/PageNotFound/PageNotFound.vue
/openbmc/webui-vue/src/views/PageNotFound/index.js
/openbmc/webui-vue/src/views/ProfileSettings/ProfileSettings.vue
/openbmc/webui-vue/src/views/ProfileSettings/index.js
/openbmc/webui-vue/src/views/Unauthorized/Unauthorized.vue
/openbmc/webui-vue/tests/unit/AppHeader.spec.js
/openbmc/webui-vue/tests/unit/__snapshots__/AppHeader.spec.js.snap
/openbmc/webui-vue/tests/unit/__snapshots__/AppNavigation.spec.js.snap
/openbmc/webui-vue/vue.config.js
b115aea117-Apr-2020 Derick Montague <derick.montague@ibm.com>

Add themes documentation

- Renamed all index.md to readme.md to make consuming the documentation
from the Github repo easier. VuePress treats index.md and readme.md the
same way when building the st

Add themes documentation

- Renamed all index.md to readme.md to make consuming the documentation
from the Github repo easier. VuePress treats index.md and readme.md the
same way when building the static pages.
- Added theme section overview documentation
- Added how to customize documentation
- Added custom style imports to support OpenBMC Web UI component
documentation to remove Bootstrap framework base styles that conflict
with the Vuepress theme
- Found occurrences of the word Sass in upper-case and changed to use
sentence case.

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: If5588f88a3d75761cc47e85a3fb0a582b31d373c

show more ...


/openbmc/webui-vue/.env.openpower
/openbmc/webui-vue/.eslintrc.js
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/bug_report.md
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/design-review.md
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/feature_request.md
/openbmc/webui-vue/.gitignore
/openbmc/webui-vue/.npmrc
/openbmc/webui-vue/docs/.vuepress/config.js
/openbmc/webui-vue/docs/.vuepress/enhanceApp.js
/openbmc/webui-vue/docs/.vuepress/styles/_bmc-overrides.scss
/openbmc/webui-vue/docs/.vuepress/styles/_bmc.scss
/openbmc/webui-vue/docs/.vuepress/styles/_bootstrap-vue.scss
/openbmc/webui-vue/docs/.vuepress/styles/_bootstrap.scss
/openbmc/webui-vue/docs/.vuepress/styles/_index.scss
/openbmc/webui-vue/docs/guide/coding-standards/readme.md
/openbmc/webui-vue/docs/guide/coding-standards/sass.md
/openbmc/webui-vue/docs/guide/components/alert.md
/openbmc/webui-vue/docs/guide/components/readme.md
/openbmc/webui-vue/docs/guide/guidelines/colors.md
/openbmc/webui-vue/docs/guide/guidelines/motion.md
/openbmc/webui-vue/docs/guide/guidelines/readme.md
/openbmc/webui-vue/docs/guide/readme.md
/openbmc/webui-vue/docs/readme.md
/openbmc/webui-vue/docs/themes/customize.md
/openbmc/webui-vue/docs/themes/readme.md
/openbmc/webui-vue/jest.config.js
/openbmc/webui-vue/package-lock.json
/openbmc/webui-vue/package.json
/openbmc/webui-vue/src/assets/styles/_helpers.scss
/openbmc/webui-vue/src/assets/styles/_obmc-custom.scss
/openbmc/webui-vue/src/assets/styles/bmc/_base.scss
/openbmc/webui-vue/src/assets/styles/bmc/_helpers.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_colors.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_motion.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_variables.scss
/openbmc/webui-vue/src/assets/styles/vendor-overrides/bootstrap/_alert.scss
/openbmc/webui-vue/src/assets/styles/vendor-overrides/bootstrap/_badge.scss
/openbmc/webui-vue/src/assets/styles/vendor-overrides/bootstrap/_bootstrap-grid.scss
/openbmc/webui-vue/src/assets/styles/vendor-overrides/bootstrap/_buttons.scss
/openbmc/webui-vue/src/assets/styles/vendor-overrides/bootstrap/_dropdown.scss
/openbmc/webui-vue/src/assets/styles/vendor-overrides/bootstrap/_forms.scss
/openbmc/webui-vue/src/assets/styles/vendor-overrides/bootstrap/_index.scss
/openbmc/webui-vue/src/assets/styles/vendor-overrides/bootstrap/_modal.scss
/openbmc/webui-vue/src/assets/styles/vendor-overrides/bootstrap/_tables.scss
/openbmc/webui-vue/src/assets/styles/vendor-overrides/bootstrap/_toasts.scss
/openbmc/webui-vue/src/assets/styles/vendor/bootstrap-vue/_index.scss
/openbmc/webui-vue/src/assets/styles/vendor/bootstrap/_base.scss
/openbmc/webui-vue/src/assets/styles/vendor/bootstrap/_components.scss
/openbmc/webui-vue/src/assets/styles/vendor/bootstrap/_helpers.scss
/openbmc/webui-vue/src/assets/styles/vendor/bootstrap/_utils.scss
/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigation.vue
/openbmc/webui-vue/src/components/Global/Alert.vue
/openbmc/webui-vue/src/components/Global/InfoTooltip.vue
/openbmc/webui-vue/src/components/Global/LoadingBar.vue
/openbmc/webui-vue/src/components/Global/PageContainer.vue
/openbmc/webui-vue/src/components/Global/PageSection.vue
/openbmc/webui-vue/src/components/Global/PageTitle.vue
/openbmc/webui-vue/src/components/Global/StatusIcon.vue
/openbmc/webui-vue/src/components/Global/TableFilter.vue
/openbmc/webui-vue/src/components/Global/TableToolbar.vue
/openbmc/webui-vue/src/components/Global/TableToolbarExport.vue
/openbmc/webui-vue/src/components/Mixins/LoadingBarMixin.js
/openbmc/webui-vue/src/components/Mixins/TableFilterMixin.js
/openbmc/webui-vue/src/env/env.md
/openbmc/webui-vue/src/env/router/openpower.js
/openbmc/webui-vue/src/env/store/openpower.js
/openbmc/webui-vue/src/envConstants.js
/openbmc/webui-vue/src/i18n.js
/openbmc/webui-vue/src/layouts/AppLayout.vue
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/main.js
/openbmc/webui-vue/src/router/index.js
/openbmc/webui-vue/src/store/api.js
/openbmc/webui-vue/src/store/index.js
/openbmc/webui-vue/src/store/modules/AccessControl/LdapStore.js
/openbmc/webui-vue/src/store/modules/AccessControl/LocalUserMangementStore.js
/openbmc/webui-vue/src/store/modules/AccessControl/SslCertificatesStore.js
/openbmc/webui-vue/src/store/modules/Authentication/AuthenticanStore.js
/openbmc/webui-vue/src/store/modules/Configuration/FirmwareStore.js
/openbmc/webui-vue/src/store/modules/Configuration/NetworkSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/BootSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/PowerControlStore.js
/openbmc/webui-vue/src/store/modules/GlobalStore.js
/openbmc/webui-vue/src/store/modules/Health/EventLogStore.js
/openbmc/webui-vue/src/store/modules/Health/SensorsStore.js
/openbmc/webui-vue/src/store/modules/Overview/OverviewStore.js
/openbmc/webui-vue/src/store/plugins/WebSocketPlugin.js
/openbmc/webui-vue/src/views/AccessControl/Ldap/Ldap.vue
/openbmc/webui-vue/src/views/AccessControl/Ldap/ModalAddRoleGroup.vue
/openbmc/webui-vue/src/views/AccessControl/Ldap/TableRoleGroups.vue
/openbmc/webui-vue/src/views/AccessControl/Ldap/index.js
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/ModalSettings.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/ModalUser.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/CsrCountryCodes.js
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/ModalGenerateCsr.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/ModalUploadCertificate.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/SslCertificates.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/index.js
/openbmc/webui-vue/src/views/Control/RebootBmc/RebootBmc.vue
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/BootSettings.vue
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/ServerPowerOperations.vue
/openbmc/webui-vue/src/views/Health/Sensors/Sensors.vue
/openbmc/webui-vue/src/views/Health/Sensors/index.js
/openbmc/webui-vue/src/views/Login/Login.vue
/openbmc/webui-vue/src/views/Overview/Overview.vue
/openbmc/webui-vue/src/views/Overview/OverviewEvents.vue
/openbmc/webui-vue/src/views/Overview/OverviewNetwork.vue
/openbmc/webui-vue/src/views/Overview/OverviewQuickLinks.vue
/openbmc/webui-vue/src/views/Unauthorized/Unauthorized.vue
/openbmc/webui-vue/tests/unit/AppHeader.spec.js
/openbmc/webui-vue/tests/unit/AppNavigation.spec.js
/openbmc/webui-vue/tests/unit/__snapshots__/AppHeader.spec.js.snap
/openbmc/webui-vue/tests/unit/__snapshots__/AppNavigation.spec.js.snap
/openbmc/webui-vue/vue.config.js
fd22b5b013-Mar-2020 Derick Montague <derick.montague@ibm.com>

Add alert message component and documentation

- Add custom alert component to simplify the use of custom alerts
- Add documentation for using the custom alert
- Update the login error alert to use t

Add alert message component and documentation

- Add custom alert component to simplify the use of custom alerts
- Add documentation for using the custom alert
- Update the login error alert to use the alert component instead of
the Bootstrap-vue component.
- Register alert component in enhanceApp
- Replace Sass variables used in the StatusIcon component style block
to use the Boostrap theme-color and gray Sass functions so the colors
can be used in the Vuepress documentation custom components

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Ibd93402c919a42bd5c24cc9e7c6c8fc6f17a4db4

show more ...

4e90eed003-Mar-2020 Derick Montague <derick.montague@ibm.com>

Add toast component documentation

- Add documentation that describes when and how to use a toast message
with code snippets
- Add an informational toast method in the BVToastMixin
- Add BVToastMixin

Add toast component documentation

- Add documentation that describes when and how to use a toast message
with code snippets
- Add an informational toast method in the BVToastMixin
- Add BVToastMixin to enhaceApp to register mixin globally.

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I89bf2aa8b3fdb9294354a80c98ccf692b6e3615a

show more ...

3f6710a004-Mar-2020 Derick Montague <derick.montague@ibm.com>

Add buttons documentation

- Add documentation for how to use buttons
- Update markup and CSS rulesets to support icons on the left or the
right of text

Signed-off-by: Derick Montague <derick.montag

Add buttons documentation

- Add documentation for how to use buttons
- Update markup and CSS rulesets to support icons on the left or the
right of text

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Ic897f416e85824287360bc7ef5dc47c402d64eba

show more ...

7223a9fb12-Mar-2020 Derick Montague <derick.montague@ibm.com>

Revert "Add alert message component and documentation"

This reverts commit 71650fff20c0ad29eb05d770736386863324b64e.

Reason for revert: Found an issue with Sass loader when compiling docs that need

Revert "Add alert message component and documentation"

This reverts commit 71650fff20c0ad29eb05d770736386863324b64e.

Reason for revert: Found an issue with Sass loader when compiling docs that needs to be addressed.

Change-Id: Icdd1243665f60849bfb341594452687fcdaeebe2

show more ...

71650fff03-Mar-2020 Derick Montague <derick.montague@ibm.com>

Add alert message component and documentation

- Add custom alert component to simplify the use of custom alerts
- Add documentation for using the custom alert
- Update the login error alert to use t

Add alert message component and documentation

- Add custom alert component to simplify the use of custom alerts
- Add documentation for using the custom alert
- Update the login error alert to use the alert component instead of
the Bootstrap-vue component.
- Add the enhanceApp and bmcAppPlugin to extend vuepress to use both
the BMC custom and Boostrap-Vue components along with the custom styles

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I5c0b696ca47ddba0df18041d6c5ee7509bf23572

show more ...

7f970a1f02-Mar-2020 Derick Montague <derick.montague@ibm.com>

Remove unused colors from color palette

The color palette has been stripped down to a
maximum of two colors shades per palette. This
works for our design since components use a
base color with a lig

Remove unused colors from color palette

The color palette has been stripped down to a
maximum of two colors shades per palette. This
works for our design since components use a
base color with a lighter color as an accent
color. This change reduces the amount of CSS
generated by Bootstrap when the CSS is compiled.

Github Story: https://github.com/openbmc/webui-vue/issues/2

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I2ddb37f5c89c749a7303799c6f7499ddd83d5a92

show more ...


/openbmc/webui-vue/.browserslistrc
/openbmc/webui-vue/.eslintrc.js
/openbmc/webui-vue/.gitignore
/openbmc/webui-vue/CONTRIBUTING.md
/openbmc/webui-vue/LICENSE
/openbmc/webui-vue/MAINTAINERS
/openbmc/webui-vue/README.md
/openbmc/webui-vue/babel.config.js
colors/all.vue
colors/blues.vue
colors/colors.scss
colors/grays.vue
colors/greens.vue
colors/reds.vue
colors/theme.vue
colors/yellows.vue
/openbmc/webui-vue/docs/.vuepress/config.js
/openbmc/webui-vue/docs/.vuepress/public/openbmc-logo.svg
/openbmc/webui-vue/docs/guide/coding-standards/accessibility.md
/openbmc/webui-vue/docs/guide/coding-standards/index.md
/openbmc/webui-vue/docs/guide/coding-standards/javascript.md
/openbmc/webui-vue/docs/guide/coding-standards/sass.md
/openbmc/webui-vue/docs/guide/components/index.md
/openbmc/webui-vue/docs/guide/components/page-section.md
/openbmc/webui-vue/docs/guide/components/page-title.md
/openbmc/webui-vue/docs/guide/guidelines/colors.md
/openbmc/webui-vue/docs/guide/guidelines/index.md
/openbmc/webui-vue/docs/guide/guidelines/typography.md
/openbmc/webui-vue/docs/guide/index.md
/openbmc/webui-vue/docs/index.md
/openbmc/webui-vue/docs/themes/index.md
/openbmc/webui-vue/jest.config.js
/openbmc/webui-vue/package-lock.json
/openbmc/webui-vue/package.json
/openbmc/webui-vue/postcss.config.js
/openbmc/webui-vue/public/favicon.ico
/openbmc/webui-vue/public/index.html
/openbmc/webui-vue/src/App.vue
/openbmc/webui-vue/src/assets/images/openbmc-logo.svg
/openbmc/webui-vue/src/assets/styles/_buttons.scss
/openbmc/webui-vue/src/assets/styles/_colors.scss
/openbmc/webui-vue/src/assets/styles/_form-components.scss
/openbmc/webui-vue/src/assets/styles/_modal.scss
/openbmc/webui-vue/src/assets/styles/_motion.scss
/openbmc/webui-vue/src/assets/styles/_obmc-custom.scss
/openbmc/webui-vue/src/assets/styles/_table.scss
/openbmc/webui-vue/src/assets/styles/_toast.scss
/openbmc/webui-vue/src/assets/styles/_typography.scss
/openbmc/webui-vue/src/assets/styles/_variables.scss
/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue
/openbmc/webui-vue/src/components/AppHeader/index.js
/openbmc/webui-vue/src/components/AppNavigation/AppNavigation.vue
/openbmc/webui-vue/src/components/AppNavigation/index.js
/openbmc/webui-vue/src/components/Global/InputPasswordToggle.vue
/openbmc/webui-vue/src/components/Global/PageContainer.vue
/openbmc/webui-vue/src/components/Global/PageSection.vue
/openbmc/webui-vue/src/components/Global/PageTitle.vue
/openbmc/webui-vue/src/components/Global/StatusIcon.vue
/openbmc/webui-vue/src/components/Global/TableRowAction.vue
/openbmc/webui-vue/src/components/Global/TableToolbar.vue
/openbmc/webui-vue/src/components/Mixins/BVTableSelectableMixin.js
/openbmc/webui-vue/src/components/Mixins/BVToastMixin.js
/openbmc/webui-vue/src/components/Mixins/VuelidateMixin.js
/openbmc/webui-vue/src/i18n.js
/openbmc/webui-vue/src/layouts/AppLayout.vue
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/locales/es.json
/openbmc/webui-vue/src/main.js
/openbmc/webui-vue/src/router/index.js
/openbmc/webui-vue/src/store/api.js
/openbmc/webui-vue/src/store/index.js
/openbmc/webui-vue/src/store/modules/AccessControl/LocalUserMangementStore.js
/openbmc/webui-vue/src/store/modules/Authentication/AuthenticanStore.js
/openbmc/webui-vue/src/store/modules/Configuration/FirmwareStore.js
/openbmc/webui-vue/src/store/modules/Configuration/NetworkSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/BootSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/ControlStore.js
/openbmc/webui-vue/src/store/modules/Control/PowerControlStore.js
/openbmc/webui-vue/src/store/modules/GlobalStore.js
/openbmc/webui-vue/src/store/modules/Health/EventLogStore.js
/openbmc/webui-vue/src/store/modules/Overview/OverviewStore.js
/openbmc/webui-vue/src/store/plugins/WebSocketPlugin.js
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/ModalSettings.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/ModalUser.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/TableRoles.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/index.js
/openbmc/webui-vue/src/views/Control/RebootBmc/RebootBmc.vue
/openbmc/webui-vue/src/views/Control/RebootBmc/index.js
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/BootSettings.vue
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/ServerPowerOperations.vue
/openbmc/webui-vue/src/views/Control/ServerPowerOperations/index.js
/openbmc/webui-vue/src/views/Login/Login.vue
/openbmc/webui-vue/src/views/Login/index.js
/openbmc/webui-vue/src/views/Overview/Overview.vue
/openbmc/webui-vue/src/views/Overview/OverviewEvents.vue
/openbmc/webui-vue/src/views/Overview/OverviewNetwork.vue
/openbmc/webui-vue/src/views/Overview/OverviewQuickLinks.vue
/openbmc/webui-vue/src/views/Overview/index.js
/openbmc/webui-vue/src/views/Unauthorized/Unauthorized.vue
/openbmc/webui-vue/src/views/Unauthorized/index.js
/openbmc/webui-vue/tests/unit/example.spec.js
/openbmc/webui-vue/vue.config.js