Skip to content

Commit

Permalink
Don't show events header in alerts when all groupby's are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
William Wernert committed Oct 20, 2021
1 parent f0c7b5d commit d4543ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ <h5>
</v-expand-transition>
</v-col>
<v-col id="events" v-if="loaded && eventsEnabled && (isAdvanced() || !metricsEnabled)">
<v-toolbar dense flat>
<v-toolbar v-if="isAdvanced()" dense flat>
<v-toolbar-title>{{ i18n.events }}</v-toolbar-title>
<v-spacer />
<v-btn
Expand Down

0 comments on commit d4543ce

Please sign in to comment.