MPOS/php-mpos

View on GitHub
templates/bootstrap/dashboard/account_data/_workers.tpl

Summary

Maintainability
Test Coverage
        {if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API}
        <table class="table table-bordered table-hover table-striped"> 
         <thead>
          <tr>
            <th>Worker</th>
            <th>Hashrate</th>
            <th>Difficulty</th>
          </tr>
          </thead>
          <tbody id="b-workers">
            <td colspan="3" class="text-center">No worker information available</td>
          </tbody>
          </tr>
        </table>
        {/if}