From f2c371a87b1801886e26b228962ba2b538eb08a8 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 1 Jul 2019 17:50:04 +0200 Subject: [PATCH] wants 4 spaces --- client/app/scripts/components/help-panel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/app/scripts/components/help-panel.js b/client/app/scripts/components/help-panel.js index 63cb44910..9e7d6b6a0 100644 --- a/client/app/scripts/components/help-panel.js +++ b/client/app/scripts/components/help-panel.js @@ -86,7 +86,7 @@ const METRIC_SEARCHES = [ CPU {' '} greater than 4% - , + , term: 'cpu > 4%' }, { @@ -94,7 +94,7 @@ greater than 4% Memory {' '} less than 10 megabytes - , + , term: 'memory < 10mb' }, ];