mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add graph_stat_percentile_disable config item to disable percentile lines/value printing (#14887)
* add the initial config items for graph_stat_percentile_disable * update generic stats to use graph_stat_percentile_disable * style fix
This commit is contained in:
committed by
GitHub
parent
b2574196ef
commit
cd82c72190
@@ -1776,6 +1776,13 @@
|
||||
"default": null,
|
||||
"type": "array"
|
||||
},
|
||||
"graph_stat_percentile_disable": {
|
||||
"default": false,
|
||||
"group": "webui",
|
||||
"section": "graph",
|
||||
"order": 7,
|
||||
"type": "boolean"
|
||||
},
|
||||
"graph_colours.blues": {
|
||||
"default": [
|
||||
"A9A9F2",
|
||||
|
Reference in New Issue
Block a user