feat: display panel or nodes host

This commit is contained in:
hirzidevs
2024-09-13 21:20:35 +07:00
parent 5cacb4c9c4
commit f7f1ba850f
3 changed files with 9 additions and 3 deletions

View File

@@ -75,14 +75,16 @@ nodes_settings:
details: true # Show node details such as memory and disk usage (true/false).
servers: false # Show server details (true/false).
allocations_as_max_servers: false # Show allocations as max servers (true/false).
host: false # Show node host (true/false).
unit: "byte" # Unit for node usage, Available types: "byte" or "percentage".
uptime: true # Enable or disable node uptime (true/false).
limit: 100 # Node limit for usage statistics display.
# Panel Users and Servers Settings
panel_settings:
status: true # Display panel stats above node stats (true/false).
host: false # Show panel host (true/false).
uptime: true # Enable or disable node uptime (true/false).
status: true # Display panel stats under node stats (true/false).
servers: true # Display servers count (true/false).
users: true # Display users count (true/false).