Skip to content

When searching Graph Tree's, non matching devices remain visible #3703

Closed
@gleamx

Description

@gleamx

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

  1. Login
  2. Click on Graphs tab
  3. Do a Search

Expected behavior

I would expect that the results, only show what i'm really searching for.

Screenshots

imagen

imagen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUndesired behaviourresolvedA fixed issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions