mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-24 15:18:27 +00:00
sort process groups by display name w/ burnettk cullerton
This commit is contained in:
parent
bd39aec391
commit
bbadb8ef0d
@ -31,7 +31,7 @@ class ProcessGroup:
|
||||
|
||||
def __post_init__(self) -> None:
|
||||
"""__post_init__."""
|
||||
self.sort_index = self.id
|
||||
self.sort_index = self.display_name
|
||||
|
||||
def __eq__(self, other: Any) -> bool:
|
||||
"""__eq__."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user