mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2024-11-23 22:45:43 +01:00
Hide description icon if no description present
This commit is contained in:
parent
0145fce7c4
commit
17d80914fa
@ -96,9 +96,11 @@ export default function Index({
|
|||||||
style={{ marginBottom: '8px' }}
|
style={{ marginBottom: '8px' }}
|
||||||
>
|
>
|
||||||
<div className="ui marginless header">
|
<div className="ui marginless header">
|
||||||
<span data-tooltip={monitor.description}>
|
{monitor.description && (
|
||||||
<i className="blue small info circle icon" />
|
<span data-tooltip={monitor.description}>
|
||||||
</span>
|
<i className="blue small info circle icon" />
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
<div className="content">{monitor.name}</div>
|
<div className="content">{monitor.name}</div>
|
||||||
</div>
|
</div>
|
||||||
<MonitorStatusLabel
|
<MonitorStatusLabel
|
||||||
|
Loading…
Reference in New Issue
Block a user