Add icon span and conditional URL/name display
This commit is contained in:
parent
271bf018b8
commit
363a82a845
|
|
@ -27,6 +27,7 @@ export function Urls() {
|
|||
<UrlRow key={app.name}>
|
||||
<UrlLeft>
|
||||
<StatusDot state={app.state} />
|
||||
<span>{app.icon}</span>
|
||||
{running ? (
|
||||
<UrlLink href={url} target="_blank">{url}</UrlLink>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user