{# version, hostname, uptime, loadavg, #} {% extends "layout.html" %} {% block title %} {{ _('Dashboard') }} {% endblock %} {% block navlinks_active_dashboard %}class="active"{% endblock %} {% block main %}
iRedMail | v{{ iredmail_version }} |
---|---|
iRedAdmin | v{{ version |e }} {% if backend == 'mysql' %} (MySQL) {% elif backend == 'ldap' %} (LDAP) {% endif %} |
{# Error while checking #} {{ _('Error while checking new version: %s') |format(newVersionInfo[1] |e) }} | |
{{ _("Update available: v%s") |format(newVersionInfo[1].url |e, newVersionInfo[1].version |e,) }} | |
{{ _('Hostname') }} | {{ hostname |e }} |
{{ _('Uptime') }} | {{ _('%s days, %s hours, %s minutes.') |format(uptime[0] |e, uptime[1] |e, uptime[2] |e ) }} |
{{ _('Server Load') }} | {{ '%s, %s, %s.' |format(loadavg[0] |e, loadavg[1] |e, loadavg[2] |e) }} |
{{ _('Network') }} ({{ netif[0] |e }}) | {{ netif[1]['addr'] }}/{{ netif[1]['netmask'] |e }} |
The above tasks can be done in the open source version with e.g. command line tools or phpMyAdmin, etc. but this is more error prone and less easier to do than with the Pro version.