From c21a50cd142157b3bc36be553d08f104093b18cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Wed, 24 Jun 2026 13:43:37 +0400 Subject: [PATCH] v1.0.170: clear activate/delete buttons with lucide icons --- deploy/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/app.js b/deploy/app.js index 01b6526..6da9639 100644 --- a/deploy/app.js +++ b/deploy/app.js @@ -656,8 +656,8 @@ function loadHistory(role) { var style = v.is_active ? 'font-weight:600;' : ''; return '
' + '' + isActive + escHtml(v.name) + ' ' + fmtDate(v.created_at) + '' - + (!v.is_active ? '' : '') - + (!v.is_active ? '' : '') + + (!v.is_active ? '' : '') + + (!v.is_active ? '' : '') + '
'; }).join(''); })