From d4cc6691e6379e6e558f56df04ada9ca3a2a80c9 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Fri, 8 Jul 2022 12:23:26 +0200 Subject: [PATCH] #172 - updated style --- resources/js/Shared/DeployInfo.vue | 20 +++++++++++++------- resources/js/Shared/Layout/AppLayout.vue | 11 ++++++----- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/resources/js/Shared/DeployInfo.vue b/resources/js/Shared/DeployInfo.vue index fecbe24..c4a2c88 100644 --- a/resources/js/Shared/DeployInfo.vue +++ b/resources/js/Shared/DeployInfo.vue @@ -3,9 +3,10 @@ :class="{ 'flex-col': isVertical(), 'flex-row': isHorizontal() }" class="min-w-full p-4 text-xs text-gray-500 flex gap-x-1" > -

- Wersja: +

+ Wersja: {{ deployInformation.slug_description ?? 'unset' }} ({{ deployInformation.release_version ?? 'unset' }}) @@ -13,20 +14,25 @@

- Ostatnio zbudowano: + Ostatnio zbudowano: {{ getDate() }}

- Repozytorium: + + Repozytorium: + -

+
- +
+