mirror of
https://github.com/LittleQuartZ/addmon.git
synced 2026-02-07 02:45:28 +07:00
feat: add axum permission and refactor KPI dashboard metrics
This commit is contained in:
parent
cb30287fbd
commit
cc2468c921
3 changed files with 3 additions and 2 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"axum:default",
|
||||
"fs:default",
|
||||
"dialog:default",
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "addmon",
|
||||
"title": "Alerts Analyzer App",
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"resizable": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue