add UI for certificate authority list (#26955)
For #26605 This is the UI for the certificate authority list that shows the added CAs. This includes: **new CA section and list on integration page**  **empty CA list state**  **gitops mode on add CA card and CA list**   - [ ] Added/updated automated tests - [x] Manual QA for all new/changed functionality
This commit is contained in:
@@ -30,16 +30,16 @@ const GitOpsModeTooltipWrapper = ({
|
||||
|
||||
const tipContent = (
|
||||
// at this point repoURL will always be defined
|
||||
<>
|
||||
<div className={`${baseClass}__tooltip-content`}>
|
||||
{repoURL && (
|
||||
<>
|
||||
<span>
|
||||
Manage in{" "}
|
||||
<CustomLink newTab text="YAML" variant="tooltip-link" url={repoURL} />
|
||||
<br />
|
||||
</>
|
||||
</span>
|
||||
)}
|
||||
(GitOps mode enabled)
|
||||
</>
|
||||
<span>(GitOps mode enabled)</span>
|
||||
</div>
|
||||
);
|
||||
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
.gitops-mode-tooltip-wrapper {
|
||||
&__tooltip-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.component__tooltip-wrapper {
|
||||
&__tip-text {
|
||||
cursor: default;
|
||||
|
||||
Reference in New Issue
Block a user