phpservermon/src/templates/default/module/server/status/header.tpl.html

14 lines
539 B
HTML

<div class="row">
<div class="float-right btn-group btn-group-sm mb-3" role="group">
<button type="button" class="btn btn-secondary {% if block_layout_active %} active {% endif %}"
id="block-layout" aria-label="Block layout"
onclick="psm_saveLayout(0)">
<i class="fas fa-th"></i>
</button>
<button type="button" class="btn btn-secondary {% if list_layout_active %} active {% endif %}"
id="table-layout" aria-label="List layout"
onclick="psm_saveLayout(1)">
<i class="fas fa-bars"></i>
</button>
</div>
</div>