mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
Enhanced tooltip
This commit is contained in:
parent
d88f822125
commit
f49b74229c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export const DomainRow: FC<DomainRowProps> = ({ domain, editDomainRedirects, def
|
||||||
<UncontrolledTooltip target={domainId} placement="left">
|
<UncontrolledTooltip target={domainId} placement="left">
|
||||||
Redirects for default domain cannot be edited here.
|
Redirects for default domain cannot be edited here.
|
||||||
<br />
|
<br />
|
||||||
Use config options or env vars.
|
Use config options or env vars directly on the server.
|
||||||
</UncontrolledTooltip>
|
</UncontrolledTooltip>
|
||||||
)}
|
)}
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue