Keep service-helpers list alphabetized

This commit is contained in:
shamoon 2024-01-07 08:59:12 -08:00
parent 1b45ad3977
commit 0423ac5b71

View File

@ -397,6 +397,9 @@ export function cleanServiceGroups(groups) {
// glances, customapi, iframe // glances, customapi, iframe
refreshInterval, refreshInterval,
// healthchecks
uuid,
// iframe // iframe
allowFullscreen, allowFullscreen,
allowPolicy, allowPolicy,
@ -433,9 +436,6 @@ export function cleanServiceGroups(groups) {
// unifi // unifi
site, site,
// healthchecks
uuid,
} = cleanedService.widget; } = cleanedService.widget;
let fieldsList = fields; let fieldsList = fields;