feat: add axum permission and refactor KPI dashboard metrics

This commit is contained in:
Syahdan 2026-01-08 19:45:37 +07:00
parent cb30287fbd
commit cc2468c921
3 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,7 @@ path = "src/main.rs"
required-features = ["desktop"]
[[bin]]
name = "addmon-server"
name = "server"
path = "src/bin/server.rs"
required-features = ["server"]

View file

@ -5,6 +5,7 @@
"windows": ["main"],
"permissions": [
"core:default",
"axum:default",
"fs:default",
"dialog:default",
{

View file

@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "addmon",
"title": "Alerts Analyzer App",
"width": 800,
"height": 600,
"resizable": true,