We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377a334 commit 765c2c9Copy full SHA for 765c2c9
public/app/features/alerting/unified/components/rules/RulesFilter.tsx
@@ -191,7 +191,7 @@ const RulesFilter = ({ onFilterCleared = () => undefined }: RulesFilerProps) =>
191
onChange={handleAlertStateChange}
192
/>
193
</div>
194
- <div>
+ <div hidden>{ /* LOGZ.IO GRAFANA CHANGE :: disable recording rules filter */ }
195
<Label>Rule type</Label>
196
<RadioButtonGroup options={RuleTypeOptions} value={filterState.ruleType} onChange={handleRuleTypeChange} />
197
0 commit comments