From d87115324de76811165e7a5071cf6340a00ca00e Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Thu, 18 Sep 2025 14:47:28 +0000
Subject: [PATCH] GS-2317

---
 vue/src/pages/Kurse.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/vue/src/pages/Kurse.vue b/vue/src/pages/Kurse.vue
index 19d46bd..c691bf0 100644
--- a/vue/src/pages/Kurse.vue
+++ b/vue/src/pages/Kurse.vue
@@ -49,6 +49,7 @@
                   <th>title</th>
                   <th>description</th>
                   <th>type</th>
+                  <th>offline</th>
                </tr>
             </thead>
             <tbody>
@@ -62,6 +63,7 @@
                   <td>{{ kurs.title }}</td>
                   <td>{{ kurs.description }}</td>
                   <td>{{ kurs.type }}</td>
+                  <td>{{ kurs.offline }}</td>
                </tr>
             </tbody>
          </table>

--
Gitblit v1.8.0