From 622cd0584d0d55c503144350973fe99955ac14e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Sun, 7 Mar 2021 11:06:51 +0100
Subject: [PATCH] Optimalizace zobrazovani

---
 .gitlab-ci.yml             | 2 +-
 templates/calendar.html.ep | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4e9d67..4acbea6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:19.03.12
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
-  IMAGE_VER: 1.8.0
+  IMAGE_VER: 1.8.1
 
 services:
   - docker:19.03.12-dind
diff --git a/templates/calendar.html.ep b/templates/calendar.html.ep
index 8f423f7..a0dc163 100644
--- a/templates/calendar.html.ep
+++ b/templates/calendar.html.ep
@@ -9,7 +9,7 @@
     <tr>
       <th data-field="date" data-width="14" data-width-unit="em">Datum</th>
       <th data-field="time" data-width="4" data-width-unit="em">Čas</th>
-      <th data-field="stream_name" data-width="12" data-width-unit="em" data-formatter="formatterStream">Stream</th>
+      <th data-field="stream_name" data-width="14" data-width-unit="em" data-formatter="formatterStream">Stream</th>
       <th data-field="description">Popis</th>
     </tr>
   </thead>
-- 
GitLab