-
-
Notifications
You must be signed in to change notification settings - Fork 434
Description
Describe the bug
The graphs tab graph view tree navigation is a width of 0px on Chrome (74.0.3729.108). On the actually screen it appears as a thing gray line but utilizing chrome dev tools inspector I was able to set the width of the navigation pane and it appeared as expected.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Graphs'
- The navigation pane is a thin gray line.
Expected behavior
See the typical Graph Tab Tree View navigation.
Desktop (please complete the following information):
- OS: Linux, Windows
- Browser: Chrome
- Version: 74.0.3729.108
Additional context
Digging through the php-fpm, apache, cacti (cacti.log, cacti_stderr.log and the log utilized by the cacti service for the web interface), and mariadb logs did not show any errors.
I verified the Configuration>Users>[User]>User Settings>Minimum/Maximum Tree Width were set to non zero values (170 and 300 respectively).
This may be related but doesn't represent an issue that affects our use case, changing the theme setting did not have an affect on the appearance of the webpage. I'm curious if something is not applying correctly with the user settings and therefore it defaults to 0 width.
The issue appeared to happen on FireFox occasionally and Internet Explorer but we don't typically use those.