History log of /openbmc/webui-vue/docs/guide/components/ (Results 1 – 25 of 31)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6236b11b11-Jul-2023 Gunnar Mills <gmills@us.ibm.com>

Fix CI fail

Looks like a new bump of the tools caught us.

Saw this fail on
https://gerrit.openbmc.org/c/openbmc/webui-vue/+/63442

Fails like:
```
diff --git a/docs/guide/components/page-section/in

Fix CI fail

Looks like a new bump of the tools caught us.

Saw this fail on
https://gerrit.openbmc.org/c/openbmc/webui-vue/+/63442

Fails like:
```
diff --git a/docs/guide/components/page-section/index.md
b/docs/guide/components/page-section/index.md
index 94113c5..a37d67c 100644
--- a/docs/guide/components/page-section/index.md
+++ b/docs/guide/components/page-section/index.md
@@ -6,7 +6,7 @@ string will be rendered in an `h2` header element.

```vue
// Example: `src/views/AccessControl/Ldap/Ldap.vue`
- <page-section :section-title="$t('pageLdap.settings')">
+<page-section :section-title="$t('pageLdap.settings')"></page-section>
```
```

Change-Id: I1ada18a09050c5fbcc773a28ef20b8af1b7e84e4
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


/openbmc/webui-vue/.env.intel
/openbmc/webui-vue/CONTRIBUTING.md
/openbmc/webui-vue/OWNERS
/openbmc/webui-vue/README.md
page-section/index.md
/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/PageTitle.vue
/openbmc/webui-vue/src/components/Mixins/TableFilterMixin.js
/openbmc/webui-vue/src/env/components/AppNavigation/intel.js
/openbmc/webui-vue/src/env/router/intel.js
/openbmc/webui-vue/src/eventBus.js
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/locales/ru-RU.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/Authentication/AuthenticanStore.js
/openbmc/webui-vue/src/store/modules/GlobalStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/FanStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/MemoryStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/SensorsStore.js
/openbmc/webui-vue/src/store/modules/Logs/EventLogStore.js
/openbmc/webui-vue/src/store/modules/Logs/PostCodeLogsStore.js
/openbmc/webui-vue/src/store/modules/Operations/FirmwareStore.js
/openbmc/webui-vue/src/store/modules/ResourceManagement/PowerControlStore.js
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/PoliciesStore.js
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/SessionsStore.js
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/UserManagementStore.js
/openbmc/webui-vue/src/store/modules/Settings/NetworkStore.js
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableChassis.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableFans.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/Sensors.vue
/openbmc/webui-vue/src/views/Login/Login.vue
/openbmc/webui-vue/src/views/Logs/EventLogs/EventLogs.vue
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/PostCodeLogs.vue
/openbmc/webui-vue/src/views/Operations/Kvm/KvmConsole.vue
/openbmc/webui-vue/src/views/Operations/SerialOverLan/SerialOverLanConsole.vue
/openbmc/webui-vue/src/views/Operations/VirtualMedia/VirtualMedia.vue
/openbmc/webui-vue/src/views/Overview/Overview.vue
/openbmc/webui-vue/src/views/Overview/OverviewEvents.vue
/openbmc/webui-vue/src/views/ProfileSettings/ProfileSettings.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/Certificates.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ModalGenerateCsr.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/Ldap.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/Policies.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/Sessions.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ModalUser.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/TableRoles.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/UserManagement.vue
/openbmc/webui-vue/src/views/Settings/Network/TableIpv4.vue
/openbmc/webui-vue/tests/unit/AppNavigation.spec.js
7385e13908-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.

prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.

Change-Id: I2804ee3ab5ff6bcbf986b028db2fafec8e616779
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


/openbmc/webui-vue/.env.ibm
/openbmc/webui-vue/.env.intel
/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/.github/workflows/deploy-docs-to-gh-pages.yml
/openbmc/webui-vue/.shellcheck
/openbmc/webui-vue/CONTRIBUTING.md
/openbmc/webui-vue/OWNERS
/openbmc/webui-vue/README.md
/openbmc/webui-vue/docs/.vuepress/config.js
/openbmc/webui-vue/docs/customization/build.md
/openbmc/webui-vue/docs/customization/readme.md
/openbmc/webui-vue/docs/customization/theme.md
/openbmc/webui-vue/docs/guide/coding-standards/accessibility.md
/openbmc/webui-vue/docs/guide/coding-standards/readme.md
alerts/index.md
buttons/index.md
file-upload/readme.md
info-tooltip/index.md
page-section/index.md
page-title/index.md
readme.md
status-icon/readme.md
table/index.md
toasts/index.md
/openbmc/webui-vue/docs/guide/guidelines/colors.md
/openbmc/webui-vue/docs/guide/guidelines/internationalization.md
/openbmc/webui-vue/docs/guide/guidelines/motion.md
/openbmc/webui-vue/docs/guide/guidelines/typography.md
/openbmc/webui-vue/docs/guide/quickstart/forms.md
/openbmc/webui-vue/docs/guide/quickstart/page-anatomy.md
/openbmc/webui-vue/docs/guide/quickstart/store-anatomy.md
/openbmc/webui-vue/docs/guide/readme.md
/openbmc/webui-vue/docs/guide/unit-testing/readme.md
/openbmc/webui-vue/docs/readme.md
/openbmc/webui-vue/package-lock.json
/openbmc/webui-vue/package.json
/openbmc/webui-vue/run-ci
/openbmc/webui-vue/src/assets/images/built-on-openbmc-logo.svg
/openbmc/webui-vue/src/assets/images/login-company-logo.svg
/openbmc/webui-vue/src/assets/styles/bmc/custom/_dropdown.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_index.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_section-divider.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_tables.scss
/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigationMixin.js
/openbmc/webui-vue/src/components/Global/PageContainer.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/BVTableSelectableMixin.js
/openbmc/webui-vue/src/components/Mixins/DataFormatterMixin.js
/openbmc/webui-vue/src/components/Mixins/JumpLinkMixin.js
/openbmc/webui-vue/src/env/components/AppNavigation/ibm.js
/openbmc/webui-vue/src/env/components/AppNavigation/intel.js
/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/layouts/AppLayout.vue
/openbmc/webui-vue/src/layouts/LoginLayout.vue
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/locales/es.json
/openbmc/webui-vue/src/locales/ru-RU.json
/openbmc/webui-vue/src/main.js
/openbmc/webui-vue/src/router/routes.js
/openbmc/webui-vue/src/store/index.js
/openbmc/webui-vue/src/store/modules/Authentication/AuthenticanStore.js
/openbmc/webui-vue/src/store/modules/GlobalStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/AssemblyStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/BmcStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/ChassisStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/FanStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/MemoryStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/PowerSupplyStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/ProcessorStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/SensorsStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/ServerLedStore.js
/openbmc/webui-vue/src/store/modules/HardwareStatus/SystemStore.js
/openbmc/webui-vue/src/store/modules/Logs/DumpsStore.js
/openbmc/webui-vue/src/store/modules/Logs/EventLogStore.js
/openbmc/webui-vue/src/store/modules/Logs/PostCodeLogsStore.js
/openbmc/webui-vue/src/store/modules/Operations/BootSettingsStore.js
/openbmc/webui-vue/src/store/modules/Operations/ControlStore.js
/openbmc/webui-vue/src/store/modules/Operations/FactoryResetStore.js
/openbmc/webui-vue/src/store/modules/Operations/FirmwareStore.js
/openbmc/webui-vue/src/store/modules/Operations/KeyClearStore.js
/openbmc/webui-vue/src/store/modules/Operations/VirtualMediaStore.js
/openbmc/webui-vue/src/store/modules/ResourceManagement/PowerControlStore.js
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/CertificatesStore.js
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/LdapStore.js
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/PoliciesStore.js
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/SessionsStore.js
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/UserManagementStore.js
/openbmc/webui-vue/src/store/modules/Settings/DateTimeStore.js
/openbmc/webui-vue/src/store/modules/Settings/NetworkStore.js
/openbmc/webui-vue/src/store/modules/Settings/PowerPolicyStore.js
/openbmc/webui-vue/src/store/plugins/WebSocketPlugin.js
/openbmc/webui-vue/src/views/ChangePassword/ChangePassword.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/Inventory.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableChassis.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableFans.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/index.js
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/Sensors.vue
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/index.js
/openbmc/webui-vue/src/views/Login/Login.vue
/openbmc/webui-vue/src/views/Logs/Dumps/Dumps.vue
/openbmc/webui-vue/src/views/Logs/Dumps/DumpsForm.vue
/openbmc/webui-vue/src/views/Logs/Dumps/DumpsModalConfirmation.vue
/openbmc/webui-vue/src/views/Logs/Dumps/index.js
/openbmc/webui-vue/src/views/Logs/EventLogs/EventLogs.vue
/openbmc/webui-vue/src/views/Logs/EventLogs/index.js
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/PostCodeLogs.vue
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/index.js
/openbmc/webui-vue/src/views/Operations/FactoryReset/FactoryReset.vue
/openbmc/webui-vue/src/views/Operations/FactoryReset/FactoryResetModal.vue
/openbmc/webui-vue/src/views/Operations/FactoryReset/index.js
/openbmc/webui-vue/src/views/Operations/Firmware/Firmware.vue
/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareAlertServerPower.vue
/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareCardsBmc.vue
/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareCardsHost.vue
/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareFormUpdate.vue
/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareModalSwitchToRunning.vue
/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareModalUpdateFirmware.vue
/openbmc/webui-vue/src/views/Operations/Firmware/index.js
/openbmc/webui-vue/src/views/Operations/KeyClear/KeyClear.vue
/openbmc/webui-vue/src/views/Operations/KeyClear/index.js
/openbmc/webui-vue/src/views/Operations/Kvm/Kvm.vue
/openbmc/webui-vue/src/views/Operations/Kvm/KvmConsole.vue
/openbmc/webui-vue/src/views/Operations/Kvm/index.js
/openbmc/webui-vue/src/views/Operations/RebootBmc/RebootBmc.vue
/openbmc/webui-vue/src/views/Operations/RebootBmc/index.js
/openbmc/webui-vue/src/views/Operations/SerialOverLan/SerialOverLan.vue
/openbmc/webui-vue/src/views/Operations/SerialOverLan/SerialOverLanConsole.vue
/openbmc/webui-vue/src/views/Operations/SerialOverLan/index.js
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/BootSettings.vue
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/ServerPowerOperations.vue
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/index.js
/openbmc/webui-vue/src/views/Operations/VirtualMedia/ModalConfigureConnection.vue
/openbmc/webui-vue/src/views/Operations/VirtualMedia/VirtualMedia.vue
/openbmc/webui-vue/src/views/Operations/VirtualMedia/index.js
/openbmc/webui-vue/src/views/Overview/Overview.vue
/openbmc/webui-vue/src/views/Overview/OverviewCard.vue
/openbmc/webui-vue/src/views/Overview/OverviewDumps.vue
/openbmc/webui-vue/src/views/Overview/OverviewEvents.vue
/openbmc/webui-vue/src/views/Overview/OverviewFirmware.vue
/openbmc/webui-vue/src/views/Overview/OverviewInventory.vue
/openbmc/webui-vue/src/views/Overview/OverviewNetwork.vue
/openbmc/webui-vue/src/views/Overview/OverviewPower.vue
/openbmc/webui-vue/src/views/Overview/OverviewQuickLinks.vue
/openbmc/webui-vue/src/views/Overview/OverviewServer.vue
/openbmc/webui-vue/src/views/ProfileSettings/ProfileSettings.vue
/openbmc/webui-vue/src/views/ResourceManagement/Power.vue
/openbmc/webui-vue/src/views/ResourceManagement/index.js
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/Certificates.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/CsrCountryCodes.js
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ModalGenerateCsr.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ModalUploadCertificate.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/index.js
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/Ldap.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ModalAddRoleGroup.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/TableRoleGroups.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/index.js
/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/Policies.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/index.js
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/Sessions.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/index.js
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ModalSettings.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ModalUser.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/TableRoles.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/UserManagement.vue
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/index.js
/openbmc/webui-vue/src/views/Settings/DateTime/DateTime.vue
/openbmc/webui-vue/src/views/Settings/DateTime/index.js
/openbmc/webui-vue/src/views/Settings/Network/ModalDns.vue
/openbmc/webui-vue/src/views/Settings/Network/ModalHostname.vue
/openbmc/webui-vue/src/views/Settings/Network/ModalIpv4.vue
/openbmc/webui-vue/src/views/Settings/Network/ModalMacAddress.vue
/openbmc/webui-vue/src/views/Settings/Network/Network.vue
/openbmc/webui-vue/src/views/Settings/Network/NetworkGlobalSettings.vue
/openbmc/webui-vue/src/views/Settings/Network/NetworkInterfaceSettings.vue
/openbmc/webui-vue/src/views/Settings/Network/TableDns.vue
/openbmc/webui-vue/src/views/Settings/Network/TableIpv4.vue
/openbmc/webui-vue/src/views/Settings/Network/index.js
/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/PowerRestorePolicy.vue
/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/index.js
/openbmc/webui-vue/tests/unit/AppHeader.spec.js
/openbmc/webui-vue/tests/unit/Global/__snapshots__/Search.spec.js.snap
/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
4928756216-Mar-2021 Derick Montague <derick.montague@ibm.com>

Update text wrapping in documentation

To meet best practices and standards for markdown, this commit updates
all markdown files used for the VuePress documentation so that each
line is limited to 80

Update text wrapping in documentation

To meet best practices and standards for markdown, this commit updates
all markdown files used for the VuePress documentation so that each
line is limited to 80 characters.

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

show more ...


/openbmc/webui-vue/.gitattributes
/openbmc/webui-vue/docs/guide/coding-standards/accessibility.md
/openbmc/webui-vue/docs/guide/coding-standards/readme.md
alerts/index.md
buttons/index.md
file-upload/readme.md
info-tooltip/index.md
page-section/index.md
page-title/index.md
readme.md
status-icon/readme.md
table/index.md
toasts/index.md
/openbmc/webui-vue/docs/guide/guidelines/colors.md
/openbmc/webui-vue/docs/guide/guidelines/motion.md
/openbmc/webui-vue/docs/guide/quickstart/page-anatomy.md
/openbmc/webui-vue/docs/guide/quickstart/store-anatomy.md
/openbmc/webui-vue/docs/guide/readme.md
/openbmc/webui-vue/docs/guide/unit-testing/readme.md
/openbmc/webui-vue/docs/themes/customize.md
/openbmc/webui-vue/docs/themes/env.md
/openbmc/webui-vue/docs/themes/readme.md
/openbmc/webui-vue/src/components/AppNavigation/AppNavigationMixin.js
/openbmc/webui-vue/src/env/components/AppNavigation/ibm.js
/openbmc/webui-vue/src/env/components/AppNavigation/intel.js
/openbmc/webui-vue/src/env/router/ibm.js
/openbmc/webui-vue/src/env/router/intel.js
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/router/routes.js
/openbmc/webui-vue/src/store/index.js
/openbmc/webui-vue/src/store/modules/Control/FactoryResetStore.js
/openbmc/webui-vue/src/views/Control/FactoryReset/FactoryReset.vue
/openbmc/webui-vue/src/views/Control/FactoryReset/FactoryResetModal.vue
/openbmc/webui-vue/src/views/Control/FactoryReset/index.js
/openbmc/webui-vue/src/views/Control/SerialOverLan/SerialOverLanConsole.vue
/openbmc/webui-vue/tests/unit/__snapshots__/AppNavigation.spec.js.snap
a9de914824-Feb-2021 SurenNeware <sneware9@in.ibm.com>

Update button documentation for icon only button

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


/openbmc/webui-vue/.env.ibm
/openbmc/webui-vue/docs/.vuepress/config.js
/openbmc/webui-vue/docs/guide/coding-standards/readme.md
buttons/index.md
/openbmc/webui-vue/docs/guide/unit-testing/readme.md
/openbmc/webui-vue/src/assets/styles/bmc/custom/_toasts.scss
/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue
/openbmc/webui-vue/src/components/Global/PageContainer.vue
/openbmc/webui-vue/src/components/Mixins/SetFocusMixin.js
/openbmc/webui-vue/src/env/components/AppNavigation/intel.js
/openbmc/webui-vue/src/env/router/ibm.js
/openbmc/webui-vue/src/env/store/ibm.js
/openbmc/webui-vue/src/layouts/AppLayout.vue
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/store/modules/Configuration/FirmwareStore.js
/openbmc/webui-vue/src/store/modules/Health/DumpsStore.js
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/ModalGenerateCsr.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/Firmware.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/FirmwareAlertServerPower.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/FirmwareCardsBmc.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/FirmwareCardsHost.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/FirmwareFormUpdate.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/FirmwareModalSwitchToRunning.vue
/openbmc/webui-vue/src/views/Configuration/Firmware/FirmwareModalUpdateFirmware.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/ServerPowerOperations.vue
/openbmc/webui-vue/src/views/Health/Dumps/Dumps.vue
/openbmc/webui-vue/src/views/Health/Dumps/DumpsForm.vue
/openbmc/webui-vue/src/views/Health/Dumps/DumpsModalConfirmation.vue
/openbmc/webui-vue/src/views/Health/Dumps/index.js
/openbmc/webui-vue/src/views/Health/EventLogs/EventLogs.vue
/openbmc/webui-vue/src/views/Overview/Overview.vue
/openbmc/webui-vue/tests/unit/__snapshots__/AppHeader.spec.js.snap
b607152c10-Feb-2021 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add documentation for BVToastMixin enhancements

Includes documentation for multi-lined toast body, refresh app link,
and timestamp.

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

Add documentation for BVToastMixin enhancements

Includes documentation for multi-lined toast body, refresh app link,
and timestamp.

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

show more ...


/openbmc/webui-vue/MAINTAINERS
toasts/index.md
toasts/toast-options.png
/openbmc/webui-vue/format-code.sh
/openbmc/webui-vue/package-lock.json
/openbmc/webui-vue/package.json
/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/ButtonBackToTop.vue
/openbmc/webui-vue/src/components/Global/FormFile.vue
/openbmc/webui-vue/src/components/Global/InfoTooltip.vue
/openbmc/webui-vue/src/components/Global/InputPasswordToggle.vue
/openbmc/webui-vue/src/components/Global/Search.vue
/openbmc/webui-vue/src/components/Global/TableRowAction.vue
/openbmc/webui-vue/src/components/Global/TableToolbar.vue
/openbmc/webui-vue/src/components/Mixins/BVToastMixin.js
/openbmc/webui-vue/src/env/components/AppNavigation/ibm.js
/openbmc/webui-vue/src/env/components/Dumps/Dumps.vue
/openbmc/webui-vue/src/env/components/Dumps/DumpsForm.vue
/openbmc/webui-vue/src/env/components/Dumps/DumpsModalConfirmation.vue
/openbmc/webui-vue/src/env/components/Dumps/index.js
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImage.vue
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImageModalSwitchToRunning.vue
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImageModalUpdateFirmware.vue
/openbmc/webui-vue/src/env/router/ibm.js
/openbmc/webui-vue/src/env/store/Dumps/DumpsStore.js
/openbmc/webui-vue/src/env/store/FirmwareSingleImage/FirmwareSingleImageStore.js
/openbmc/webui-vue/src/env/store/ibm.js
/openbmc/webui-vue/src/layouts/AppLayout.vue
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/router/routes.js
/openbmc/webui-vue/src/store/index.js
/openbmc/webui-vue/src/store/modules/AccessControl/ClientSessionsStore.js
/openbmc/webui-vue/src/store/modules/Configuration/NetworkSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/ControlStore.js
/openbmc/webui-vue/src/store/modules/Control/PowerPolicyStore.js
/openbmc/webui-vue/src/store/modules/Health/SystemStore.js
/openbmc/webui-vue/src/views/AccessControl/ClientSessions/ClientSessions.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/TableRoles.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/ModalUploadCertificate.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/SslCertificates.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/Configuration/SecuritySettings/SecuritySettings.vue
/openbmc/webui-vue/src/views/Control/PowerRestorePolicy/PowerRestorePolicy.vue
/openbmc/webui-vue/src/views/Control/PowerRestorePolicy/index.js
/openbmc/webui-vue/src/views/Control/RebootBmc/RebootBmc.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/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/OverviewNetwork.vue
/openbmc/webui-vue/src/views/Overview/OverviewQuickLinks.vue
/openbmc/webui-vue/src/views/ProfileSettings/ProfileSettings.vue
/openbmc/webui-vue/tests/unit/AppNavigation.spec.js
/openbmc/webui-vue/tests/unit/Global/InfoTooltip.spec.js
/openbmc/webui-vue/tests/unit/Global/InputPasswordToggle.spec.js
/openbmc/webui-vue/tests/unit/Global/LoadingBar.spec.js
/openbmc/webui-vue/tests/unit/Global/PageContainer.spec.js
/openbmc/webui-vue/tests/unit/Global/Search.spec.js
/openbmc/webui-vue/tests/unit/Global/StatusIcon.spec.js
/openbmc/webui-vue/tests/unit/Global/TableCellCount.spec.js
/openbmc/webui-vue/tests/unit/Global/TableToolbar.spec.js
/openbmc/webui-vue/tests/unit/Global/__snapshots__/InfoTooltip.spec.js.snap
/openbmc/webui-vue/tests/unit/Global/__snapshots__/InputPasswordToggle.spec.js.snap
/openbmc/webui-vue/tests/unit/Global/__snapshots__/LoadingBar.spec.js.snap
/openbmc/webui-vue/tests/unit/Global/__snapshots__/PageContainer.spec.js.snap
/openbmc/webui-vue/tests/unit/Global/__snapshots__/Search.spec.js.snap
/openbmc/webui-vue/tests/unit/Global/__snapshots__/StatusIcon.spec.js.snap
/openbmc/webui-vue/tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap
/openbmc/webui-vue/tests/unit/Global/__snapshots__/TableToolbar.spec.js.snap
/openbmc/webui-vue/tests/unit/__snapshots__/AppHeader.spec.js.snap
/openbmc/webui-vue/tests/unit/__snapshots__/AppNavigation.spec.js.snap
0f22907a27-Nov-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Add form file documentation

Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I578ead17e5870ae0981aba775c258b49d697a208

f6df801b09-Dec-2020 Derick Montague <derick.montague@ibm.com>

Update component documentation

The component structure was not consistent. We determined how we
wanted to save image examples within the component directory, but not
all of the components were updat

Update component documentation

The component structure was not consistent. We determined how we
wanted to save image examples within the component directory, but not
all of the components were updated. The result was that some images
were not displaying on the component pages. This patchset resolves
that issue, along with removing the page component since it is not an
actual component within the application.

- Add directory for each component, move example images to the
directory, and update the image path
- Create a page-title and page-section directory and index.md for each
- Move content for page-title and page-section from the page.md file
into the index.md within the respective component directory
- Delete the page.md from the component directory as it is not a
component
- Update links to page.md in the page-anatomy.md file.

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

show more ...

80299e6301-Dec-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add documentation for table pagination

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

8081714801-Dec-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add documentation for table batch actions

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

3381eb0a18-Nov-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add documentation for table filter

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

96d9a6aa03-Nov-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Add info tooltip documentation

Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: Id19854ed326eb55f6443a7015579ea6375193d1f

ce7e42d213-Nov-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add documentation for table row actions

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

e2707ef015-Nov-2020 Dixsie Wolmers <dixsie@ibm.com>

Add page components documentation

Components include: b-container, page-title, and page-section.

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: I5933767d44504dbfb87c2772d140de4d0607d4ab

432134d413-Nov-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Add status icon documentation

Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I7fa990794533c80bc73bbcd15a0d7191ee70cd11


/openbmc/webui-vue/.env.intel
/openbmc/webui-vue/docs/.vuepress/config.js
status-icon/appHeaderWithStatusIcon.png
status-icon/danger.png
status-icon/eventLogsWithSatusIcon.png
status-icon/info.png
status-icon/readme.md
status-icon/secondary.png
status-icon/success.png
status-icon/warning.png
/openbmc/webui-vue/src/assets/styles/bmc/custom/_forms.scss
/openbmc/webui-vue/src/components/Global/ButtonBackToTop.vue
/openbmc/webui-vue/src/components/Mixins/BVPaginationMixin.js
/openbmc/webui-vue/src/components/Mixins/BVTableSelectableMixin.js
/openbmc/webui-vue/src/components/Mixins/LoadingBarMixin.js
/openbmc/webui-vue/src/components/Mixins/SearchFilterMixin.js
/openbmc/webui-vue/src/components/Mixins/TableRowExpandMixin.js
/openbmc/webui-vue/src/env/components/AppNavigation/intel.js
/openbmc/webui-vue/src/env/router/intel.js
/openbmc/webui-vue/src/env/store/intel.js
/openbmc/webui-vue/src/layouts/AppLayout.vue
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/store/modules/Configuration/FirmwareStore.js
/openbmc/webui-vue/src/store/modules/Control/ServerLedStore.js
/openbmc/webui-vue/src/store/modules/Health/SensorsStore.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/Configuration/Firmware/Firmware.vue
/openbmc/webui-vue/src/views/Control/ServerLed/ServerLed.vue
/openbmc/webui-vue/src/views/Health/EventLogs/EventLogs.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/OverviewQuickLinks.vue
/openbmc/webui-vue/tests/unit/Global/PageSection.spec.js
/openbmc/webui-vue/tests/unit/Global/__snapshots__/PageSection.spec.js.snap
e080ba7a12-Nov-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add documentation for table search

Create table directory to organize related images in the same
directory and add updates to image path that will fix incorrect
path in final build.

Signed-off-by:

Add documentation for table search

Create table directory to organize related images in the same
directory and add updates to image path that will fix incorrect
path in final build.

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

show more ...

ab93192e16-Nov-2020 Derick Montague <derick.montague@ibm.com>

Fix docs button alignment and image path

- Create directory in order to use relative path for images and better
organize content

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

Fix docs button alignment and image path

- Create directory in order to use relative path for images and better
organize content

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

show more ...

e6e9245209-Nov-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add documentation for table row expansion

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

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
alert.md
button.md
table.md
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 ...

111325b103-Nov-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add documentation for table component

Adds Table documentation page under Components section with
an example of how to create a basic table.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com

Add documentation for table component

Adds Table documentation page under Components section with
an example of how to create a basic table.

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

show more ...


/openbmc/webui-vue/.eslintrc.js
/openbmc/webui-vue/babel.config.js
/openbmc/webui-vue/docs/.vuepress/components/app-imports/StatusIcon.vue
/openbmc/webui-vue/docs/.vuepress/config.js
/openbmc/webui-vue/docs/.vuepress/enhanceApp.js
/openbmc/webui-vue/docs/.vuepress/styles/palette.styl
/openbmc/webui-vue/docs/guide/coding-standards/readme.md
table.md
/openbmc/webui-vue/docs/guide/quickstart/page-anatomy.md
/openbmc/webui-vue/docs/guide/readme.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/.env.intel
/openbmc/webui-vue/.github/workflows/deploy-docs-to-gh-pages.yml
/openbmc/webui-vue/CONTRIBUTING.md
/openbmc/webui-vue/README.md
/openbmc/webui-vue/docs/.vuepress/components/BmcButtons.vue
/openbmc/webui-vue/docs/.vuepress/components/BmcToasts.vue
/openbmc/webui-vue/docs/.vuepress/components/app-imports/BVToastMixin.js
/openbmc/webui-vue/docs/.vuepress/components/app-imports/StatusIcon.vue
/openbmc/webui-vue/docs/.vuepress/components/colors/blues.vue
/openbmc/webui-vue/docs/.vuepress/components/colors/grays.vue
/openbmc/webui-vue/docs/.vuepress/components/colors/greens.vue
/openbmc/webui-vue/docs/.vuepress/components/colors/reds.vue
/openbmc/webui-vue/docs/.vuepress/components/colors/theme.vue
/openbmc/webui-vue/docs/.vuepress/components/colors/yellows.vue
/openbmc/webui-vue/docs/.vuepress/config.js
/openbmc/webui-vue/docs/.vuepress/enhanceApp.js
/openbmc/webui-vue/docs/.vuepress/styles/_index.scss
/openbmc/webui-vue/docs/guide/coding-standards/accessibility.md
button.md
/openbmc/webui-vue/docs/guide/guidelines/colors.md
/openbmc/webui-vue/docs/themes/customize.md
/openbmc/webui-vue/docs/themes/env.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/public/index.html
/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/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/router/intel.js
/openbmc/webui-vue/src/env/store/FirmwareSingleImage/FirmwareSingleImageStore.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/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
alert.md
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 ...

12