You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, sorry for my bad english!
When i do a search of graph from Graph Tree, the results only highlights, but keep showing all my devices and i think is tedious, to scroll down until find the device
To Reproduce
After running the upgrade from 0.8.8a to 1.2.12
Login
Click on Graphs tab
Do a Search
Expected behavior
I would expect that the results, only show what i'm really searching for.
Screenshots
Desktop (please complete the following information)
None
Smartphone (please complete the following information)
None
Additional context
As i do work as web developer, i figured out, that was missing the class jstree-hidden in the default (style.css) of all themes. I recommend to put this lines in all of them:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
First of all, sorry for my bad english!
When i do a search of graph from Graph Tree, the results only highlights, but keep showing all my devices and i think is tedious, to scroll down until find the device
To Reproduce
After running the upgrade from 0.8.8a to 1.2.12
Expected behavior
I would expect that the results, only show what i'm really searching for.
Screenshots
Desktop (please complete the following information)
None
Smartphone (please complete the following information)
None
Additional context
As i do work as web developer, i figured out, that was missing the class jstree-hidden in the default (style.css) of all themes. I recommend to put this lines in all of them:
Suggest: On line 70
.jstree-hidden,
.jstree-node.jstree-hidden {
display: none;
}
Example path: /var/www/html/cacti/include/themes/modern/default/style.css
The text was updated successfully, but these errors were encountered: