Skip to content

Commit

Permalink
[FEATURE] Streamline rules request via RuleViewModelActor opensearch-…
Browse files Browse the repository at this point in the history
…project#278

Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Dec 30, 2022
1 parent c5895a9 commit 3661890
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ export const UpdateDetectorRules: React.FC<UpdateDetectorRulesProps> = (props) =
const ruleItems = prePackagedRuleItems.concat(customRuleItems);

const onRuleDetails = (ruleItem: RuleItem) => {
console.log('onRuleDetails', ruleItem);
setFlyoutData(() => ({
title: ruleItem.name,
level: ruleItem.severity,
Expand Down
2 changes: 0 additions & 2 deletions public/pages/Overview/utils/__snapshots__/helper.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,6 @@ Object {
}
`;

exports[`helper utilities spec tests getTimeWithMinPrecision function - test should be with minutes and seconds eq to 0: 01:00:00 1`] = `NaN`;

exports[`helper utilities spec tests getVisualizationSpec function - snapshot test: should match visualization spec 1`] = `
Object {
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
Expand Down

0 comments on commit 3661890

Please sign in to comment.