mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Enhancement: reduce properties retrieved from mikrotik endpoint (#3996)
This commit is contained in:
parent
587027df37
commit
581828d49a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const widget = {
|
|||
validate: ["cpu-load", "free-memory", "total-memory", "uptime"],
|
||||
},
|
||||
leases: {
|
||||
endpoint: "ip/dhcp-server/lease",
|
||||
endpoint: "ip/dhcp-server/lease?.proplist=address",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue