From 86e07e1f72fa0dce019eb8b5e10f592655fbc339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Wed, 5 Aug 2020 10:36:16 +0100 Subject: [PATCH] add icon to kanban settings --- www/settings/inner.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/settings/inner.js b/www/settings/inner.js index 7d2a418a2..37a288aab 100644 --- a/www/settings/inner.js +++ b/www/settings/inner.js @@ -1555,6 +1555,7 @@ define([ if (key === 'pad') { $category.append($('', { 'class': 'fa fa-file-word-o' })); } if (key === 'security') { $category.append($('', { 'class': 'fa fa-lock' })); } if (key === 'subscription') { $category.append($('', { 'class': 'fa fa-star-o' })); } + if (key === 'kanban') { $category.append($('', { 'class': 'cptools cptools-kanban' })); } if (key === active) { $category.addClass('cp-leftside-active');