From 4c7892e04b84064a246b1864f0a74872c1f57bfd Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 21 May 2021 04:00:39 +0000 Subject: [PATCH] Squash commits Add timestamp tooltip Signed-off-by: Christopher Ng Add timestamp tooltip Signed-off-by: Christopher Ng --- src/components/AppSidebar/AppSidebar.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/AppSidebar/AppSidebar.vue b/src/components/AppSidebar/AppSidebar.vue index 35a74c560e..f0e2aa5686 100644 --- a/src/components/AppSidebar/AppSidebar.vue +++ b/src/components/AppSidebar/AppSidebar.vue @@ -204,7 +204,10 @@ -

+

{{ subtitle }}

@@ -284,6 +287,10 @@ export default { type: String, default: '', }, + subtitleTooltip: { + type: String, + default: '', + }, /** * Url to the top header background image