mirror of https://github.com/portainer/portainer
fix(annotation): update wording/styling [EE-5158] (#8643)
Co-authored-by: testa113 <testa113>pull/8656/head
parent
a7d1a20dfb
commit
d9f6471a00
|
@ -212,7 +212,7 @@
|
|||
</div>
|
||||
<!-- #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>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ export function AnnotationsBeTeaser() {
|
|||
message={
|
||||
<div className="vertical-center">
|
||||
<span>
|
||||
You can specify{' '}
|
||||
Allows specifying of{' '}
|
||||
<a
|
||||
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/"
|
||||
target="_black"
|
||||
|
@ -32,7 +32,6 @@ export function AnnotationsBeTeaser() {
|
|||
</span>
|
||||
</div>
|
||||
}
|
||||
setHtmlMessage
|
||||
/>
|
||||
</div>
|
||||
<div className="block">
|
||||
|
|
Loading…
Reference in New Issue