output tags for integrations list
This commit is contained in:
@@ -133,7 +133,7 @@ namespace zero.Core.Collections
|
||||
});
|
||||
}
|
||||
|
||||
return result;
|
||||
return result.OrderByDescending(x => x.IsActive).ThenByDescending(x => x.IsConfigured).ThenByDescending(x => x.Type.Name).ToList();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user