Admin - Pages : Allow sorting by title

Hi! I’ve been using ghost (enjoying it) and developing a website with a fairly custom theme with a number of partials for it’s index page. I think one tiny thing that would be nice is allowing for sorting the Admin panel’s Pages menu would be sorting by title.

To clarify, I’m using Pages for both dedicated pages and adopting some naming conventions to ensure other can edit the site later and that the theme is reasonably decoupled from the content. Sorting by title allows the partials to be organized as expected (see screenshot). I understand that already one can manually bookmark a url with mysite.com/ghost/#/pages?order=title asc to see the pages in title order, just think it’d be a bit nicer if it was natively a clickable option too.

Writing this down for the moment, will try to submit a PR later if there’s time.