scstadmin: Sort group and device group names alphabetically

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6992 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2016-10-07 00:22:47 +00:00
parent d41307c162
commit cf02e20771

View File

@@ -622,6 +622,7 @@ sub groups {
}
}
close $gHandle;
@groups = sort(@groups);
return (\@groups, undef);
}
@@ -814,7 +815,7 @@ sub deviceGroups {
}
close $dHandle;
@groups = sort(@groups);
return (\@groups, undef);
}