History log of /openbmc/webui-vue/ (Results 401 – 425 of 842)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8eafd37b28-Dec-2020 SurenNeware <sneware9@in.ibm.com>

Fixed Back to top button appearance issue

- Changed back to top button style when its getting disappear.
- So that button should not come over the page contents.

Signed-off-by: Suren Neware <snewar

Fixed Back to top button appearance issue

- Changed back to top button style when its getting disappear.
- So that button should not come over the page contents.

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

show more ...

91f8ad3629-Dec-2020 Patrick Williams <patrick@stwcx.xyz>

lint: update format-code script

Due to openbmc/openbmc-build-scripts@55448ad, format-code scripts are
now required to have a #!. Add one here.

Format-code scripts are also ran from an arbitrary di

lint: update format-code script

Due to openbmc/openbmc-build-scripts@55448ad, format-code scripts are
now required to have a #!. Add one here.

Format-code scripts are also ran from an arbitrary directory but the
path to the root of the repository is passed as the first argument.
Switch to that directory so `npm` does the right thing.

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

show more ...

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

c5c2ae9909-Dec-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Show asset name in the app header

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

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 ...

34efde2902-Dec-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Add client sessions page

- This page will show the list of sessions that are
currently connected to the BMC.

APIs used:
- To get all the sessions API used is
`/redfish/v1/SessionService/Sessions`

Add client sessions page

- This page will show the list of sessions that are
currently connected to the BMC.

APIs used:
- To get all the sessions API used is
`/redfish/v1/SessionService/Sessions`
- To delete the sessions API used is
`/redfish/v1/SessionService/Sessions/<session id>`

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

show more ...

8f030bac07-Dec-2020 Dixsie Wolmers <dixsie@ibm.com>

Add security settings page

Adds ability to enable/disable:
- SSH protocol
- IPMI protocol

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

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

Fix loading property import

Imported loading from wrong mixin with commit
https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/38917

This will fix warning:
"export 'loading' was not found in '@

Fix loading property import

Imported loading from wrong mixin with commit
https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/38917

This will fix warning:
"export 'loading' was not found in '@/components/Mixins/LocalTimezoneLabelMixin'

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

show more ...

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

Fix loading hang

Import and add loading property to pages that are disabling
forms based on LoadingBarMixin loading property.

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

Fix loading hang

Import and add loading property to pages that are disabling
forms based on LoadingBarMixin loading property.

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

show more ...

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

Fix no-lone-template warning on Firmware page

Fixes https://eslint.vuejs.org/rules/no-lone-template.html

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

Fix no-lone-template warning on Firmware page

Fixes https://eslint.vuejs.org/rules/no-lone-template.html

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

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

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

Remove page not found error in LDAP

- When adding role groups, the URL was being modified resulting in a 404 response

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

Remove page not found error in LDAP

- When adding role groups, the URL was being modified resulting in a 404 response

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

show more ...

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

e669304802-Dec-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Add unit testing for page title component

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

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

Fix server LED switch value on error

Add error state handling in the ServerLed store to make sure the
UI accurately reflects the state if there is an error.

Signed-off-by: Yoshie Muranaka <yoshiemu

Fix server LED switch value on error

Add error state handling in the ServerLed store to make sure the
UI accurately reflects the state if there is an error.

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

show more ...

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

Refactor server LED indicator variable naming

- Make name consistent between both Overview and Server LED views

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

Refactor server LED indicator variable naming

- Make name consistent between both Overview and Server LED views

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

show more ...

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

Update application navigation component snapshot

- Ran npm test:update to update snapshot test to fix a broken test
caused by the change to the snmp route update in
https://gerrit.openbmc-project.xy

Update application navigation component snapshot

- Ran npm test:update to update snapshot test to fix a broken test
caused by the change to the snmp route update in
https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/38207

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

show more ...

787635a224-Nov-2020 SurenNeware <sneware9@in.ibm.com>

Add alignment on Event Logs page

- Align table search, count and date components on Event Logs page.

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

Add alignment on Event Logs page

- Align table search, count and date components on Event Logs page.

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

show more ...

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

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

Add unit testing for page section component

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I1b3511f0dccaefb0732d5df3f21d10595

Add unit testing for page section component

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I1b3511f0dccaefb0732d5df3f21d10595f0fbd9a

show more ...

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

Fix two file switch firmware bug

Fixed spelling errors in FirmwareStore

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

1...<<11121314151617181920>>...34