Update
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-10-21 23:32:15 +02:00
rodič 6b52947b4d
revize 4c8ed34894
1 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -64,7 +64,7 @@
}
const serverCols = [
{ title: 'Name', key: s => `<span class="font-bold">${s.name}</span>` },
{ title: '', key: s => `<span class="font-bold">${s.name}</span>` },
{ title: 'Hostname', key: (s) => `<a href="https://${s.host}" class="underline hover:no-underline">${s.host}</a>` },
{ title: 'Status', key: (s) => `<a href="https://status.gwei.cz/dashboard/${s.monitor}" target="_blank"><img src="https://status.gwei.cz/api/badge/${s.monitor}/status?style=flat-square" /></a>` },
{ title: 'Uptime', key: s => formatDistanceToNow(new Date(s.uptime)) },
@ -74,7 +74,7 @@
]
const cols = [
{ title: 'Name', key: s => `${s.name} (<a href="${gitUrl(s.repo)}" target="_blank" class="git-link underline hover:no-underline">git</a>)` },
{ title: '', key: s => `${s.name} (<a href="${gitUrl(s.repo)}" target="_blank" class="git-link underline hover:no-underline">git</a>)` },
{ title: 'Server', key: s => `<span class="text-xs">${s.server}</span>` },
{ title: 'Endpoint', key: (s) => s.url ? `<a href="${s.url}" class="underline hover:no-underline">${s.url.replace(/^https?:\/\//, '')}</a>` : '-' },
{ title: 'Status', key: (s) => `<a href="https://status.gwei.cz/dashboard/${s.monitor}" target="_blank"><img src="https://status.gwei.cz/api/badge/${s.monitor}/status?style=flat-square" /></a>` },