diff --git a/src/components/ServiceConfiguration.vue b/src/components/ServiceConfiguration.vue index 3cca6de..bcb40f7 100644 --- a/src/components/ServiceConfiguration.vue +++ b/src/components/ServiceConfiguration.vue @@ -130,7 +130,7 @@ async function actionServiceParamReload() { } group.items.push(item); } - params.value.sort((a,b) => b.items.length - a.items.length); + params.value.sort((a,b) => b.items.length - a.items.length || b.name.localeCompare(a.name)); } catch ( e ) {/** nothing to do here */} }