From d0a53141b89de095ed41838ed8eae23fba61b399 Mon Sep 17 00:00:00 2001 From: Ross Mountjoy Date: Wed, 12 Feb 2020 18:32:15 -0500 Subject: [PATCH] hot fix, kill tooltip on view switcher --- dashmachine/templates/main/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashmachine/templates/main/home.html b/dashmachine/templates/main/home.html index 4d82aea..b6fc1d1 100644 --- a/dashmachine/templates/main/home.html +++ b/dashmachine/templates/main/home.html @@ -31,11 +31,11 @@ {% if current_user.role == "admin" %} {% if settings.home_view_mode == "list" %} - apps + apps {% else %} - list + list {% endif %} {% endif %}