Skip to content

Commit

Permalink
Update panels.libsonnet (#1364)
Browse files Browse the repository at this point in the history
Co-authored-by: v-zhuravlev <v-zhuravlev@users.noreply.github.com>
  • Loading branch information
jkroepke and v-zhuravlev authored Dec 10, 2024
1 parent 0481187 commit 560e361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-observ-lib/panels.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ local utils = commonlib.utils;
+ table.standardOptions.withOverridesMixin([
fieldOverride.byRegexp.new('Product|^Hostname$')
+ fieldOverride.byRegexp.withProperty('custom.filterable', true),
fieldOverride.byName.new('Instance')
fieldOverride.byName.new(utils.toSentenceCase(instanceLabel))
+ fieldOverride.byName.withProperty('custom.filterable', true)
+ fieldOverride.byName.withProperty('links', [
{
Expand Down

0 comments on commit 560e361

Please sign in to comment.