All,
I would like to suggest that the Available Graphs list in the Tree Edit screen be navigated with a scrollbar. Right now...I have hundreds of graphs on single devices and its nearly impossible to organize my Graph Tree even with the search filter. As of right now I have no way to add a lot of graphs to my tree because I can't see them in the list.
Can someone back me up on this and help push this feature request to the top?
Jeff
Graph Tree - Available Graphs Scroll
Moderators: Developers, Moderators
Graph Tree - Available Graphs Scroll
----
Jeff Singleton
- Cacti v1.1.5
- Syslog v2.1
- Flowview v2.0
- Thold v1.0.2
Jeff Singleton
- Cacti v1.1.5
- Syslog v2.1
- Flowview v2.0
- Thold v1.0.2
Re: Graph Tree - Available Graphs Scroll
Bump for this issue.
There is a scrollbar for the Tree Items list so odd that there isn't one for both Available Graphs AND Available Devices lists.
And on a related topic:
In addition, it appears Search does not behave as expected. E.g., Searching on 'R' in Available Graphs, I would expect everything containing an 'R' to show, but the result does not include any graph names that begin with 'R'. Unexpected results also manifest in the Device List as well.
There is a scrollbar for the Tree Items list so odd that there isn't one for both Available Graphs AND Available Devices lists.
And on a related topic:
In addition, it appears Search does not behave as expected. E.g., Searching on 'R' in Available Graphs, I would expect everything containing an 'R' to show, but the result does not include any graph names that begin with 'R'. Unexpected results also manifest in the Device List as well.
Re: Graph Tree - Available Graphs Scroll
Feature requests are best addressed in github. I suggest you create a mockup too.
Before history, there was a paradise, now dust.
Re: Graph Tree - Available Graphs Scroll
take a look at tree.php, function display_graphs(). edit the SQL statement and change the LIMIT amount to your liking.
scrollbars seemed to display automatically.$graphs = db_fetch_assoc("SELECT
gtg.local_graph_id AS id,
gtg.title_cache AS title,
gt.name AS template_name
FROM graph_templates_graph AS gtg
LEFT JOIN graph_templates AS gt
ON gt.id=gtg.graph_template_id
$sql_where
ORDER BY title_cache
LIMIT 50");
Re: Graph Tree - Available Graphs Scroll
This is now a setting under visual,
Before history, there was a paradise, now dust.
Who is online
Users browsing this forum: No registered users and 0 guests