From f14eaf5f0b74343dac554fc713201318a7f6eee0 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sun, 8 Jan 2023 06:01:31 +0100 Subject: [PATCH] WIP: updated drone --- src/components/Widgets/DroneIo.vue | 40 ++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/src/components/Widgets/DroneIo.vue b/src/components/Widgets/DroneIo.vue index e426e1c3..9687a399 100644 --- a/src/components/Widgets/DroneIo.vue +++ b/src/components/Widgets/DroneIo.vue @@ -10,7 +10,21 @@

{{ build.name }}

-

{{ build.build.number }}

+

+ {{ build.build.number }} + + + + {{ build.build.started*1000 | formatTimeAgo }} + {{ formatBuildDuration(build) }} + Missing Time +

@@ -18,7 +32,7 @@ @@ -125,6 +144,13 @@ export default { color: inherit; text-decoration: none; } + .droneio-extra-info { + margin: 0.25em; + padding: 0.25em; + background: var(--item-background); + border: 1px solid var(--primary); + border-radius: 5px; + } } p.build-desc::before { content: "#";