diff options
author | Simon Rettberg | 2024-12-18 18:22:35 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-12-18 18:22:35 +0100 |
commit | 688236581f2f9904fa1f3acd8c5b4f37cd2296d7 (patch) | |
tree | fd01c7919454f5c073971378b1c97c393402eb02 /modules-available/statistics/templates/hints-nic-speed.html | |
parent | [statistics] Display/filter by firmware in client list (diff) | |
download | slx-admin-688236581f2f9904fa1f3acd8c5b4f37cd2296d7.tar.gz slx-admin-688236581f2f9904fa1f3acd8c5b4f37cd2296d7.tar.xz slx-admin-688236581f2f9904fa1f3acd8c5b4f37cd2296d7.zip |
Diffstat (limited to 'modules-available/statistics/templates/hints-nic-speed.html')
-rw-r--r-- | modules-available/statistics/templates/hints-nic-speed.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/modules-available/statistics/templates/hints-nic-speed.html b/modules-available/statistics/templates/hints-nic-speed.html index 963213cd..d8ff4eef 100644 --- a/modules-available/statistics/templates/hints-nic-speed.html +++ b/modules-available/statistics/templates/hints-nic-speed.html @@ -8,6 +8,7 @@ <th>{{lang_machine}}</th> <th>{{lang_nicSpeed}}</th> <th>{{lang_nicDuplex}}</th> + <th colspan="3">{{lang_localCaching}}</th> </tr> </thead> <tbody> @@ -26,6 +27,33 @@ <td> {{nic-duplex}} </td> + <td class="{{id45class}} slx-smallcol"> + <div>{{lang_id45size}}:</div> + <div>{{lang_minId45}}:</div> + </td> + <td class="{{id45class}} slx-smallcol text-right"> + <div>{{id45gb}} GiB</div> + <div>{{id45min}} GiB</div> + </td> + <td class="slx-smallcol"> + <div> + {{#locationid}} + <a href="?do=baseconfig&module=locations&locationid={{locationid}}&redirect=%3Fdo%3Dstatistics%26show%3Dhints#SLX_DNBD3_MIN_GB"> + <span class="glyphicon glyphicon-edit"></span> + {{lang_location}} + </a> + {{/locationid}} + {{^locationid}} + + {{/locationid}} + </div> + <div> + <a href="?do=baseconfig&module=statistics&machineuuid={{machineuuid}}&redirect=%3Fdo%3Dstatistics%26show%3Dhints#SLX_DNBD3_MIN_GB"> + <span class="glyphicon glyphicon-edit"></span> + {{lang_machine}} + </a> + </div> + </td> </tr> {{/list}} </tbody> |