Skip to content

Commit 1fb4805

Browse files
committed
Replace example matcher from env="production" to env="staging"
- Updated exampleMatcher constant in FilterBar/Views.elm - Added comment explaining how to change environment - Rebuilt frontend assets and compressed resources - Updated asset/assets_vfsdata.go with new frontend build Signed-off-by: Dmitry Abramov <[email protected]>
1 parent d563660 commit 1fb4805

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

asset/assets_vfsdata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/app/src/Views/FilterBar/Views.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ view { showSilenceButton } { matchers, matcherText, backspacePressed } =
166166

167167
exampleMatcher : String
168168
exampleMatcher =
169-
"env=\"production\""
169+
"env=\"staging\""

0 commit comments

Comments
 (0)