| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
So far the certificate table was not sorted and it happen that having
multiple certificates they appear on different table position after
machine restart.
That is because the Redfish was used to get the list of certificates
and it does not guarantee any order of elements in returned
collections.
After merging this commit certificates will be always sorted by:
type, issuer name and then by date.
Tested:
Manual tests were made to cofirm that certificates are properly sorted.
Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>
Change-Id: Ie8e63d598cd04e2396ed09244a69284e49566f8d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change applies global styles to improve
page layout consistency and modal management
- Adds page and section styles
- Removes unused styles
- Creates individual html files for modals
- Updates certificate modals to bootstrap modal
- Updates global styles for input file field in file-upload.scss
TODO:
- Update certificate table with table component in separate commit
- Update CSR modal to use global form-field styles in separate commit
Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com>
Change-Id: I9b800cb684740da1a9168294433e726efb0f9d0e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The TrustStore should be used to hold TLS certificates, but current
TrustStore implementation does not support multiple certificates.
This GUI change should allow users to add more than one certificate
to TrustStore managed by OpenBMC.
Tested: GUI tests were done on Chromium v74.0.3729 browser.
It is possible to add multiple TrustStore Certificate
and only single LDAP and HTTPs certificates.
Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>
Change-Id: Ia7c8400d039e980ad3d1c2cfd25aa7e29699d683
Depends-On: Icd33723c1fc2580679aaaf54b3e99dfb09342402
|
|
- Changed the section name to be access-control
- Moved LDAP Settings and Certificate Management to access-control navigation
- Changed Manage User Account subsection name to Local User Management
Resolves: openbmc/phosphor-webui#619
Signed-off-by: Mira Murali <miramurali23@gmail.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I0d94c80c295b997d94c04330fd87f4fc4d229bf8
|