mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 12:11:26 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user