mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(annotation): update wording/styling [EE-5158] (#8642)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
0ab7987684
commit
8f42af49e8
2 changed files with 2 additions and 3 deletions
|
@ -212,7 +212,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- #end region IMAGE FIELD -->
|
<!-- #end region IMAGE FIELD -->
|
||||||
|
|
||||||
<div class="col-sm-12 !p-0">
|
<div class="col-sm-12 mb-4 !p-0">
|
||||||
<annotations-be-teaser></annotations-be-teaser>
|
<annotations-be-teaser></annotations-be-teaser>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ export function AnnotationsBeTeaser() {
|
||||||
message={
|
message={
|
||||||
<div className="vertical-center">
|
<div className="vertical-center">
|
||||||
<span>
|
<span>
|
||||||
You can specify{' '}
|
Allows specifying of{' '}
|
||||||
<a
|
<a
|
||||||
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/"
|
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/"
|
||||||
target="_black"
|
target="_black"
|
||||||
|
@ -32,7 +32,6 @@ export function AnnotationsBeTeaser() {
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
setHtmlMessage
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="block">
|
<div className="block">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue