mirror of
https://github.com/smartyellow/status.git
synced 2025-01-18 13:37:59 +00:00
Tile title font weight
Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
parent
61cb0c81f3
commit
f3a0a4dc5b
@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
.desc .title {
|
||||
font-weight: 200;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.desc .subtitle {
|
||||
|
@ -9,6 +9,7 @@
|
||||
{#each Object.entries(services) as [ id, service ] (id)}
|
||||
<TileRawValue
|
||||
title={service.name.en}
|
||||
subtitle={service.cluster}
|
||||
date={service.lastBeat.date ? new Date(service.lastBeat.date) : false}
|
||||
{value}
|
||||
{color}
|
||||
|
Loading…
Reference in New Issue
Block a user