mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 07:45:22 +02:00
feat(UI): tooltip html message support and width fix [EE-3445] (#8165)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
5cbf52377d
commit
a1528475ba
3 changed files with 8 additions and 2 deletions
|
@ -214,6 +214,7 @@ export function SettingsOpenAMT({ settings, onSubmit }: Props) {
|
|||
size="medium"
|
||||
tooltip="Supported CAs are Comodo, DigiCert, Entrust and GoDaddy.<br>The certificate must contain the private key.<br>On AMT 15 based devices you need to use SHA2."
|
||||
errors={errors.certFileContent}
|
||||
setTooltipHtmlMessage
|
||||
>
|
||||
<FileUploadField
|
||||
inputId="certificate_file"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue