Unverified Commit 8579b9b5 authored by bugclerk's avatar bugclerk Committed by GitHub
Browse files

NAS-123802: Fix position of children in dataset tree (#8785)


(cherry picked from commit 68700e5b5e70c4bc128c9279feeaf7095d5431b9)
(cherry picked from commit 714e3c34c30c94bfba6b140da5c7fa30f2a1e7b0)
Co-authored-by: default avatarBoris Vasilenko <bvasilenko@ixsystems.com>
Showing with 1 addition and 0 deletions
+1 -0
......@@ -264,6 +264,7 @@ export class DatasetsManagementComponent implements OnInit, AfterViewInit, OnDes
return new Intl.Collator(undefined, {
numeric: true,
sensitivity: 'accent',
ignorePunctuation: true,
}).compare(a.name, b.name);
};
this.dataSource.data = datasets;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment