New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable sensitive graph information to be hidden from standard users #4049
Conversation
Make it more obvious that a slider is disabled.
Make it more obvious that a radio slider is disabled.
Fixed the default value for the 30 second polling and amended the default values for the 1 minute polling for new installs
Bringing for up to date
… and graph.php pages The icons are on the right hand side of the graphs and the default behaviour is to display them unless you hide them per user in the permissions tab
First off, we are reversing the permission on the graph drill-downs. So, the default will be to deny access, and then when you check the checkbox, the drill-downs will be permitted. So, please preserve the 1.2.x code which has already made that change. |
We have, i am not sure why all of the other commits are showing in this pull request. I have just done a pull from my fork and compared it to the main 1.2.x branch with WinMerge and the only difference is the changes in the last commit which are the include\global_arrays.php, lib\functions.php and graph_view.php files. |
Just removed the duplicate line from the CHANGELOG file so the only files that have changed from this commit are the include\global_arrays.php, lib\functions.php and graph_view.php files. |
@datatecuk, all we are missing from my perspective is a CHANGELOG entry. Do you have time to do this today? |
@TheWitness I have just pushed this for you now. |
Glad you did that. Could you do one more thing? Run the following script, and then add cd /var/www/html/cacti/locales
./build_gettext.sh |
@datatecuk, I hope you saw the lastest request. |
Is it just that single file you want as all files in the /var/www/html/cacti/locales/LC_MESSAGES and /var/www/html/cacti/locales/po have changed after running the ./build_gettext.sh script. |
Just the single file. Per our new documentation on pull requests, you should only include the |
The List View screen is showing sensitive information to users who only have access to view graphs.

This commit removes the Device, Source Type and Source Name columns to anyone who does not have the Graph Templates permission so the screen now looks like this to users who do not have the permission to edit templates.

A new option in the user account has been added to show the User Community and Documentation links from the user menu.

To show them navigate to Configuration > Users

Select the required user and click the Permissions Tab
Under the Normal User section you will see a Show User Help Links option enable this to see the User Community and Documentation links from the user menu.