From 2a3381f29ccc9e28d22d77b2248646f1a9b04bf5 Mon Sep 17 00:00:00 2001 From: Nick Satterly Date: Sat, 18 May 2019 18:30:52 +0200 Subject: [PATCH] Adjust font for endpoint URL --- src/components/Manifest.vue | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/components/Manifest.vue b/src/components/Manifest.vue index 8ccc925e..688a86cc 100644 --- a/src/components/Manifest.vue +++ b/src/components/Manifest.vue @@ -10,7 +10,7 @@ slot-scope="props" > - {{ application | capitalize }} API {{ props.item.release }} + {{ application | capitalize }} API {{ props.item.release }} {{ props.item.build }} @@ -21,7 +21,8 @@ /> - {{ props.item.revision }} + {{ props.item.revision }} + {{ props.item.revision.substring(0, 7) }} - - {{ $config.endpoint }} + + + {{ $config.endpoint }} + content_copy @@ -113,9 +117,11 @@ export default { } -