1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Fixed: Show more information in UI when testing SAB fails in some cases

This commit is contained in:
Mark McDowall
2020-07-26 10:49:15 -07:00
parent 8fe93eae38
commit 05735ad2c3
5 changed files with 33 additions and 10 deletions
@@ -210,7 +210,7 @@ function FormInputGroup(props) {
key={index}
text={error.message}
link={error.link}
linkTooltip={error.detailedMessage}
tooltip={error.detailedMessage}
isError={true}
isCheckInput={checkInput}
/>
@@ -225,7 +225,7 @@ function FormInputGroup(props) {
key={index}
text={warning.message}
link={warning.link}
linkTooltip={warning.detailedMessage}
tooltip={warning.detailedMessage}
isWarning={true}
isCheckInput={checkInput}
/>