|
|
@ -56,42 +56,43 @@
|
|
|
|
<span class="unknown">{%!overview-status-unknown}</span>
|
|
|
|
<span class="unknown">{%!overview-status-unknown}</span>
|
|
|
|
{%/if}
|
|
|
|
{%/if}
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th>{%!overview-title-location}</th>
|
|
|
|
|
|
|
|
<td>{%?server-location}</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th>{%!overview-title-os}</th>
|
|
|
|
<th>{%!overview-title-os}</th>
|
|
|
|
<td>{%?operating-system}</td>
|
|
|
|
<td>{%?operating-system}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th>{%!overview-title-ipv4}</th>
|
|
|
|
|
|
|
|
<td></td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th>{%!overview-title-ipv6}</th>
|
|
|
|
|
|
|
|
<td></td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th>{%!overview-title-guaranteed}</th>
|
|
|
|
<th>{%!overview-title-guaranteed}</th>
|
|
|
|
<td>{%?guaranteed-ram}</td>
|
|
|
|
<td>{%?guaranteed-ram}</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th>{%!overview-title-burstable}</th>
|
|
|
|
<th>{%!overview-title-burstable}</th>
|
|
|
|
<td>{%?burstable-ram}</td>
|
|
|
|
<td>{%?burstable-ram}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th>{%!overview-title-disk}</th>
|
|
|
|
<th>{%!overview-title-disk}</th>
|
|
|
|
<td>{%?disk-space}</td>
|
|
|
|
<td>{%?disk-space}</td>
|
|
|
|
|
|
|
|
<th>{%!overview-title-bandwidth}</th>
|
|
|
|
|
|
|
|
<td>{%?bandwidth-limit}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th>{%!overview-title-traffic}</th>
|
|
|
|
{%if total-traffic-limit == "0B"}
|
|
|
|
<td>{%?total-traffic-limit}</td>
|
|
|
|
<th>{%!overview-title-traffic-incoming}</th>
|
|
|
|
|
|
|
|
<td>{%?incoming-traffic-limit}</td>
|
|
|
|
|
|
|
|
<th>{%!overview-title-traffic-outgoing}</th>
|
|
|
|
|
|
|
|
<td>{%?outgoing-traffic-limit}</td>
|
|
|
|
|
|
|
|
{%else}
|
|
|
|
|
|
|
|
<th>{%!overview-title-traffic}</th>
|
|
|
|
|
|
|
|
<td colspan="3">{%?total-traffic-limit}</td>
|
|
|
|
|
|
|
|
{%/if}
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th>{%!overview-title-bandwidth}</th>
|
|
|
|
<th>{%!overview-title-location}</th>
|
|
|
|
<td>{%?bandwidth-limit}</td>
|
|
|
|
<td colspan="3">{%?server-location}</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th>{%!overview-title-ipv4}</th>
|
|
|
|
|
|
|
|
<td colspan="3"></td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th>{%!overview-title-ipv6}</th>
|
|
|
|
|
|
|
|
<td colspan="3"></td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|