sige 1 year ago
parent
commit
a515203948
  1. 2
      src/components/ServiceConfiguration.vue

2
src/components/ServiceConfiguration.vue

@ -130,7 +130,7 @@ async function actionServiceParamReload() {
} }
group.items.push(item); 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 */} } catch ( e ) {/** nothing to do here */}
} }

Loading…
Cancel
Save