mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-08-08 06:17:15 +02:00
add tooltips to metricConfig, rendered in metricSelect, rework availability display
This commit is contained in:
@@ -143,6 +143,7 @@ type MetricConfig {
|
||||
alert: Float!
|
||||
lowerIsBetter: Boolean
|
||||
subClusters: [SubClusterConfig!]!
|
||||
tooltip: String
|
||||
}
|
||||
|
||||
type Tag {
|
||||
@@ -300,6 +301,7 @@ type GlobalMetricListItem {
|
||||
unit: Unit!
|
||||
scope: MetricScope!
|
||||
footprint: String
|
||||
tooltip: String
|
||||
availability: [ClusterSupport!]!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user