From 0423ac5b71b1e15d56cbd4dd553c4a6ded233880 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 7 Jan 2024 08:59:12 -0800 Subject: [PATCH] Keep service-helpers list alphabetized --- src/utils/config/service-helpers.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/config/service-helpers.js b/src/utils/config/service-helpers.js index 81e12de6..d73c1b5a 100644 --- a/src/utils/config/service-helpers.js +++ b/src/utils/config/service-helpers.js @@ -397,6 +397,9 @@ export function cleanServiceGroups(groups) { // glances, customapi, iframe refreshInterval, + // healthchecks + uuid, + // iframe allowFullscreen, allowPolicy, @@ -433,9 +436,6 @@ export function cleanServiceGroups(groups) { // unifi site, - - // healthchecks - uuid, } = cleanedService.widget; let fieldsList = fields;