Skip to content
Snippets Groups Projects
Commit 4b7f9612 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

UPD correctly sort maint states

type: fqdnSelections
    }
parent 26d27dca
Branches
No related tags found
No related merge requests found
Pipeline #274825 passed with warnings
...@@ -22,6 +22,6 @@ export default { ...@@ -22,6 +22,6 @@ export default {
return Axios.get('/api/alerts.json?' + Math.random().toString()) return Axios.get('/api/alerts.json?' + Math.random().toString())
}, },
getMaintenance() { getMaintenance() {
return MaintService.list(undefined, {sorting_params_list: ['is_active', 'ts_begin']}) return MaintService.list(undefined, {sorting_params_list: ['is_active DESC', 'ts_begin ASC']})
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment