Feature #13160
openOption to sort monitoring graph views
0%
Description
By default, RRD (Status -> Monitoring) tabs are just displayed in order of creation. This can get a bit messy. This small QoL patch that adds an option to keep RRD tabs sorted alphabetically. This makes it a little easier to find the tab you're looking for since you can name them by function and they'll be grouped together as such (e.g. all "Quality XYZ" tabs will be together).
This adds a checkbox to System -> General to allow sorting the tabs alphabetically.
note: I noticed status_monitoring.php
wasn't part of the main pfsense repo (why?) so I had to fork FreeBSD-ports and submit the other half of this PR separately. Hope that's ok/correct. I don't know how to create a PR that spans multiple repos.
Files
Updated by Jim Pingle over 2 years ago
- Project changed from pfSense to pfSense Packages
- Subject changed from add option to keep RRD tabs alphabetically sorted to Option to sort monitoring graph views
- Category changed from RRD Graphs to Status_Monitoring
- Release Notes deleted (
Default)
Updated by → luckman212 over 2 years ago
updated PR: https://github.com/pfsense/FreeBSD-ports/pull/1167
I reworked this so everything is self-contained in the package. There's now a toggle button displayed in settings → advanced and uses the font awesome sort icon. Hope this one is acceptable!
Updated by Jim Pingle over 2 years ago
- Status changed from New to Pull Request Review