We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b976154 commit 64e52d9Copy full SHA for 64e52d9
common-lib/common/panels/disk/table/usage.libsonnet
@@ -245,7 +245,13 @@ base {
245
fieldOverride.byName.new('Available')
246
+ fieldOverride.byName.withProperty('custom.width', '80'),
247
fieldOverride.byName.new('Used, %')
248
- + fieldOverride.byName.withProperty('custom.displayMode', 'basic')
+ + fieldOverride.byName.withProperty(
249
+ 'custom.cellOptions', {
250
+ type: 'gauge',
251
+ mode: 'basic',
252
+ valueDisplayMode: 'text',
253
+ }
254
+ )
255
+ fieldOverride.byName.withPropertiesFromOptions(
256
table.standardOptions.withMax(1)
257
+ table.standardOptions.withMin(0)
0 commit comments