Skip to content

Commit 560e361

Browse files
Update panels.libsonnet (#1364)
Co-authored-by: v-zhuravlev <[email protected]>
1 parent 0481187 commit 560e361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-observ-lib/panels.libsonnet

Lines changed: 1 addition & 1 deletion
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)