Hi!
I can’t figure out, which of the different user blueprints I have to edit in order to change the layout of the users overview page. Is that even possible?
I’d like to achieve roughly the following layout:
Thanks!
Currently, this is not possible, because overriding default views–while supposed to be working–is not properly implemented yet. You could theoretically create a copy of the view and hide the default view but I’m not sure if this could have any side effects or not.
Ok, thanks for the quick response!