|
|
@@ -64,19 +64,19 @@
|
|
|
<h5 class="card-header">Environment</h5>
|
|
|
<div class="card-body">
|
|
|
<table class="table">
|
|
|
- <tr id="status-cpu" class="bg-light">
|
|
|
+ <tr id="status-cpu">
|
|
|
<th colspan="2"><i class="mdi mdi-gauge"></i> CPU</th>
|
|
|
</tr>
|
|
|
- <tr id="status-memory" class="bg-light">
|
|
|
+ <tr id="status-memory">
|
|
|
<th colspan="2"><i class="mdi mdi-chip"></i> Memory</th>
|
|
|
</tr>
|
|
|
- <tr id="status-temperature" class="bg-light">
|
|
|
+ <tr id="status-temperature">
|
|
|
<th colspan="2"><i class="mdi mdi-thermometer"></i> Temperature</th>
|
|
|
</tr>
|
|
|
- <tr id="status-fans" class="bg-light">
|
|
|
+ <tr id="status-fans">
|
|
|
<th colspan="2"><i class="mdi mdi-fan"></i> Fans</th>
|
|
|
</tr>
|
|
|
- <tr id="status-power" class="bg-light">
|
|
|
+ <tr id="status-power">
|
|
|
<th colspan="2"><i class="mdi mdi-power"></i> Power</th>
|
|
|
</tr>
|
|
|
<tr class="napalm-table-placeholder d-none invisible">
|