| Devicename: |
${info.devicename} |
| Enigma Version: |
${info.enigmaVersion} |
| Image Version: |
${info.imageVersion} |
| Frontprozessor Version: |
${info.fpVersion} |
| Webinterface Version: |
${info.webifversion} |
|
{for nim in nims}
| ${nim.name}: |
${nim.model} |
{/for}
|
{for hdd in hdds}
| Capacity: |
${hdd.capacity} |
| Free: |
${hdd.free} |
|
{/for}
| Path: |
${info.recPath} |
| Capacity: |
${info.recCapacity} |
| Free: |
${info.recFree} |
|
{for nic in nics}
| Mac Address: |
${nic.mac} |
| DHCP enabled: |
${nic.dhcp} |
| IP: |
${nic.ip} |
| Netmask: |
${nic.netmask} |
| Gateway: |
${nic.gateway} |
|
{/for}