<thclass="text-center">{% trans 'Hardware' %}</th>
<thclass="text-center">{% trans 'Hardware' %}</th>
<thclass="text-center">{% trans 'Active' %}</th>
<thclass="text-center">{% trans 'Active' %}</th>
<thclass="text-center">{% trans 'Reachable' %}</th>
{# <thclass="text-center">{% trans 'Reachable' %}</th>#}
<thclass="text-center">{% trans 'Action' %}</th>
<thclass="text-center">{% trans 'Action' %}</th>
</tr>
</tr>
</thead>
</thead>
...
@@ -127,6 +126,9 @@
...
@@ -127,6 +126,9 @@
<liclass="divider"></li>
<liclass="divider"></li>
<liid="menu_refresh_hardware_info"class="btn-refresh-hardware"tabindex="-1"><a><iclass="fa fa-refresh"></i> {% trans 'Refresh node hardware info' %}</a></li>
<liid="menu_refresh_hardware_info"class="btn-refresh-hardware"tabindex="-1"><a><iclass="fa fa-refresh"></i> {% trans 'Refresh node hardware info' %}</a></li>
<liid="menu_test_connective"class="btn-test-connective"tabindex="-1"><a><iclass="fa fa-chain"></i> {% trans 'Test node connective' %}</a></li>
<liid="menu_test_connective"class="btn-test-connective"tabindex="-1"><a><iclass="fa fa-chain"></i> {% trans 'Test node connective' %}</a></li>
<liclass="divider"></li>
<liid="show_current_asset"class="btn-show-current-asset"style="display: none;"tabindex="-1"><a><iclass="fa fa-hand-o-up"></i> {% trans 'Display only current node assets' %}</a></li>
<liid="show_all_asset"class="btn-show-all-asset"style="display: none;"tabindex="-1"><a><iclass="fa fa-th"></i> {% trans 'Displays all child node assets' %}</a></li>