mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-09-21 10:40:14 +00:00
fix: Update service to use display_index as the main sort order (#60)
* fix: Update service to use display_index as the main sort order * chore: auto-fix linting and formatting issues * Update src/types/nezha-api.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: huYang <306061454@qq.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
coderabbitai[bot]
huYang
parent
b030cd45d6
commit
eceadb6bff
@@ -93,6 +93,7 @@ export type ServerMonitorChart = {
|
||||
export interface NezhaMonitor {
|
||||
monitor_id: number;
|
||||
monitor_name: string;
|
||||
display_index?: number;
|
||||
server_id: number;
|
||||
server_name: string;
|
||||
created_at: number[];
|
||||
|
||||
Reference in New Issue
Block a user