Closed
Description
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
- 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:
Suggest: On line 70
.jstree-hidden,
.jstree-node.jstree-hidden {
display: none;
}
Example path: /var/www/html/cacti/include/themes/modern/default/style.css