CPU alert threshold can be greater than 100%

This commit is contained in:
L. Bradley LaBoon 2020-01-10 15:26:08 -05:00
parent 013d769e68
commit 4e033be21b

View File

@ -105,7 +105,7 @@ along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
</tr>
<tr class="lmc-tr3">
<td>CPU Usage</td>
<td><label for="cpu-enabled">Enabled</label><input id="cpu-enabled" type="checkbox" /> | <input id="cpu-value" type="number" min="0" max="100" /> %</td>
<td><label for="cpu-enabled">Enabled</label><input id="cpu-enabled" type="checkbox" /> | <input id="cpu-value" type="number" min="0" /> %</td>
<td class="info">Average CPU usage over 2 hours exceeding this value triggers this alert.</td>
</tr>
<tr class="lmc-tr3">