From 01e260cab40549c73d8307da5b42207c373425fa Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Mon, 17 Mar 2025 10:45:17 +0000
Subject: [PATCH] refactor: create custom `a-statistic` component
---
web/html/xui/component/aCustomStatistic.html | 55 ++++++++++++++++++++
web/html/xui/component/aSettingListItem.html | 8 ---
web/html/xui/index.html | 41 ++++++---------
3 files changed, 72 insertions(+), 32 deletions(-)
create mode 100644 web/html/xui/component/aCustomStatistic.html
diff --git a/web/html/xui/component/aCustomStatistic.html b/web/html/xui/component/aCustomStatistic.html
new file mode 100644
index 00000000..41695e90
--- /dev/null
+++ b/web/html/xui/component/aCustomStatistic.html
@@ -0,0 +1,55 @@
+{{define "component/customStatistic"}}
+
+
+
+
+
+
+
+
+
+
+{{end}}
+
+{{define "component/aCustomStatistic"}}
+
+
+
+{{end}}
\ No newline at end of file
diff --git a/web/html/xui/component/aSettingListItem.html b/web/html/xui/component/aSettingListItem.html
index bcba88fd..6a7d31d0 100644
--- a/web/html/xui/component/aSettingListItem.html
+++ b/web/html/xui/component/aSettingListItem.html
@@ -22,14 +22,6 @@