mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
add icon to kanban settings
This commit is contained in:
parent
6b734e7a80
commit
86e07e1f72
@ -1555,6 +1555,7 @@ define([
|
||||
if (key === 'pad') { $category.append($('<span>', { 'class': 'fa fa-file-word-o' })); }
|
||||
if (key === 'security') { $category.append($('<span>', { 'class': 'fa fa-lock' })); }
|
||||
if (key === 'subscription') { $category.append($('<span>', { 'class': 'fa fa-star-o' })); }
|
||||
if (key === 'kanban') { $category.append($('<span>', { 'class': 'cptools cptools-kanban' })); }
|
||||
|
||||
if (key === active) {
|
||||
$category.addClass('cp-leftside-active');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user