Closed (won't fix)
Project:
Sentry server
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2011 at 15:43 UTC
Updated:
30 Apr 2011 at 13:29 UTC
The list of mysites has no order to them, making it hard to check a specific site quickly.
Options i see:
* add a search filter to narrow down the site urls.
* order them alphabetically
* provide an A-Z pager along the top to show only items matching the letter selected.
Comments
Comment #1
snufkin commentedI think the best solution would be simply expose the whole site data to views, and maybe supply one or two default ones with the module.
Comment #2
chrishaslam commentedI agree that exposing to views seems like a good idea, for example to change pager_query results easily via the usual views UI. If the update i.e. Insecure was exposed that would be great also as they could be ordered first hence bumping problematic sites to the top of the list.
Comment #3
snufkin commentedI'll close this and work on the issue in the views implementation issue: #1143148: Add views support