mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 23:21:08 +02:00
* refactor parser to pull serial number from subject * refactor pki parser * uninstall pvtutils * remove hideFormSection as attr * remove hideFormSection as attr * add string-list * test removing issueDate * update tests * final answer - make number types * change to unix time - since valueOf() is typically used internally * add algo mapping * add comment to complete in followon * add attrs to pki parser * add conditional operands so parser continues when values dont exist * add error handling WIP * finish tests, add error handling * revert to helper * move helper to util * add parseSubject test * finish tests * move certs to pki helper file * wrap parsing functions in try...catch
15 lines
265 B
SCSS
15 lines
265 B
SCSS
.form-section {
|
|
padding: 1.75rem 0;
|
|
box-shadow: 0 -1px 0 0 rgba($black, 0.1);
|
|
|
|
> p.has-padding-bottom {
|
|
padding-bottom: 1.5rem;
|
|
}
|
|
}
|
|
|
|
.field:first-child .form-section,
|
|
.box > .field > .field.form-section.string-list {
|
|
padding: 0;
|
|
box-shadow: none;
|
|
}
|