Skip to content

Commit 5718217

Browse files
authored
Update panels.libsonnet
1 parent 57b0b85 commit 5718217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: windows-observ-lib/panels.libsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ local utils = commonlib.utils;
7272
+ table.standardOptions.withOverridesMixin([
7373
fieldOverride.byRegexp.new('Product|^Hostname$')
7474
+ fieldOverride.byRegexp.withProperty('custom.filterable', true),
75-
fieldOverride.byName.new('Instance')
75+
fieldOverride.byName.new(utils.toSentenceCase(instanceLabel))
7676
+ fieldOverride.byName.withProperty('custom.filterable', true)
7777
+ fieldOverride.byName.withProperty('links', [
7878
{

0 commit comments

Comments
 (0)