From 303085421e80e4cdd39f2af2d0544797b67d9145 Mon Sep 17 00:00:00 2001
From: Joas Schilling
Date: Tue, 6 Mar 2018 17:24:24 +0100
Subject: Add a little arrow to indicate that the list can be opened
Signed-off-by: Joas Schilling
---
apps/updatenotification/js-src/components/root.vue | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
(limited to 'apps/updatenotification/js-src')
diff --git a/apps/updatenotification/js-src/components/root.vue b/apps/updatenotification/js-src/components/root.vue
index 6f6188f4d91..11dfd351c63 100644
--- a/apps/updatenotification/js-src/components/root.vue
+++ b/apps/updatenotification/js-src/components/root.vue
@@ -9,14 +9,22 @@
- {{ t('updatenotification', 'Apps missing updates') }}
+
+ {{ t('updatenotification', 'Apps missing updates') }}
+
+
+
- {{ t('updatenotification', 'Apps with available updates') }}
+
+ {{ t('updatenotification', 'Apps with available updates') }}
+
+
+
--
cgit v1.2.3