wants 4 spaces

This commit is contained in:
Daniel Holbach
2019-07-01 17:50:04 +02:00
parent e5f9c2df51
commit f2c371a87b

View File

@@ -86,7 +86,7 @@ const METRIC_SEARCHES = [
<b>CPU</b>
{' '}
greater than 4%
</span>,
</span>,
term: 'cpu > 4%'
},
{
@@ -94,7 +94,7 @@ greater than 4%
<b>Memory</b>
{' '}
less than 10 megabytes
</span>,
</span>,
term: 'memory < 10mb'
},
];