mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-29 07:04:39 +02:00
fix rules info columns
This commit is contained in:
parent
7a46cf3da7
commit
2b54dfe035
1 changed files with 1 additions and 2 deletions
|
@ -552,7 +552,7 @@ export default function ResourceRules(props: {
|
||||||
path.
|
path.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<InfoSections>
|
<InfoSections cols={2}>
|
||||||
<InfoSection>
|
<InfoSection>
|
||||||
<InfoSectionTitle>Actions</InfoSectionTitle>
|
<InfoSectionTitle>Actions</InfoSectionTitle>
|
||||||
<ul className="text-sm text-muted-foreground space-y-1">
|
<ul className="text-sm text-muted-foreground space-y-1">
|
||||||
|
@ -568,7 +568,6 @@ export default function ResourceRules(props: {
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</InfoSection>
|
</InfoSection>
|
||||||
<Separator orientation="vertical" />
|
|
||||||
<InfoSection>
|
<InfoSection>
|
||||||
<InfoSectionTitle>
|
<InfoSectionTitle>
|
||||||
Matching Criteria
|
Matching Criteria
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue