mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 11:36:27 -04:00
[status page] fix monitor order
This commit is contained in:
parent
fe0fc63843
commit
0a5a6e6a4b
2 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ class Group extends BeanModel {
|
|||
SELECT monitor.* FROM monitor, monitor_group
|
||||
WHERE monitor.id = monitor_group.monitor_id
|
||||
AND group_id = ?
|
||||
ORDER BY monitor_group.weight
|
||||
`, [
|
||||
this.id,
|
||||
]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue