Skip to content

Commit 5111d01

Browse files
committed
comments
1 parent 69507a1 commit 5111d01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/components/StackList.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ export default {
191191
return m1.name.localeCompare(m2.name);
192192
});
193193
194+
// Group stacks by endpoint, sorting them so the local endpoint is first
195+
// and the rest are sorted alphabetically
194196
result = [
195197
...result.reduce((acc, stack) => {
196198
const endpoint = stack.endpoint || 'current';

0 commit comments

Comments
 (0)