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 57b0b85 commit 5718217Copy full SHA for 5718217
windows-observ-lib/panels.libsonnet
@@ -72,7 +72,7 @@ local utils = commonlib.utils;
72
+ table.standardOptions.withOverridesMixin([
73
fieldOverride.byRegexp.new('Product|^Hostname$')
74
+ fieldOverride.byRegexp.withProperty('custom.filterable', true),
75
- fieldOverride.byName.new('Instance')
+ fieldOverride.byName.new(utils.toSentenceCase(instanceLabel))
76
+ fieldOverride.byName.withProperty('custom.filterable', true)
77
+ fieldOverride.byName.withProperty('links', [
78
{
0 commit comments