diff options
Diffstat (limited to 'modules-available/statistics/templates/hints-ram-underclocked.html')
-rw-r--r-- | modules-available/statistics/templates/hints-ram-underclocked.html | 80 |
1 files changed, 42 insertions, 38 deletions
diff --git a/modules-available/statistics/templates/hints-ram-underclocked.html b/modules-available/statistics/templates/hints-ram-underclocked.html index 3722f109..a46f02d9 100644 --- a/modules-available/statistics/templates/hints-ram-underclocked.html +++ b/modules-available/statistics/templates/hints-ram-underclocked.html @@ -3,42 +3,46 @@ <p>{{lang_ramUnderclockedText}}</p> <table class="table"> - <thead> - <tr> - <th>{{lang_machine}}</th> - <th>{{lang_type}}</th> - <th>{{lang_speedCurrent}}</th> - <th>{{lang_speedDesign}}</th> - <th>{{lang_manufacturer}}</th> - <th>{{lang_serialNo}}</th> - </tr> - </thead> - <tbody> - {{#list}} - <tr> - <td> - <a class="slx-bold" href="?do=statistics&uuid={{machineuuid}}"> - {{hostname}}{{^hostname}}{{clientip}}{{/hostname}} - </a> - <div class="small">{{machineuuid}}</div> - </td> - <td> - {{Type}} {{Form Factor}} - <div>{{Size}}</div> - </td> - <td> - {{Configured Memory Speed}} - </td> - <td> - {{Speed}} - </td> - <td> - {{Manufacturer}} - </td> - <td> - {{Serial Number}} - </td> - </tr> - {{/list}} - </tbody> + <thead> + <tr> + <th>{{lang_machine}}</th> + <th>{{lang_type}}</th> + <th>{{lang_speedCurrent}}</th> + <th>{{lang_speedDesign}}</th> + <th>{{lang_manufacturer}}</th> + <th>{{lang_serialNo}}</th> + <th></th> + </tr> + </thead> + <tbody> + {{#list}} + <tr> + <td> + <a class="slx-bold" href="?do=statistics&uuid={{machineuuid}}"> + {{hostname}}{{^hostname}}{{clientip}}{{/hostname}} + </a> + <div class="small">{{machineuuid}}</div> + </td> + <td class="text-nowrap"> + {{Type}} {{Form Factor}} + <div>{{Size}}</div> + </td> + <td class="text-nowrap"> + {{Configured Memory Speed}} + </td> + <td class="text-nowrap"> + {{Speed}} + </td> + <td class="text-nowrap"> + {{Manufacturer}} + </td> + <td> + {{Serial Number}} + </td> + <td class="text-right"> + <span class="badge">{{group_count}}</span> + </td> + </tr> + {{/list}} + </tbody> </table> |