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' }, ];