Current section
Files
Jump to
Current section
Files
priv/templates/_admin_status_alert.tpl
{% if not m.admin_status.is_ssl_application_configured %}
<div class="alert alert-warning" role="alert">
<strong>{_ Warning! _}</strong>
{_ SSL Application uses Erlang defaults, it is recommended to change this configuration in your <tt>erlang.config</tt>. _}
<br />
<em>{_ See also: <a href="http://docs.zotonic.com/en/stable/ref/configuration/zotonic-configuration.html#the-erlang-config-file">The erlang.config file</a> _}</em>
</div>
{% endif %}
{% if m.admin_status.disks.alert %}
<div class="alert alert-danger" role="alert">
<span class="fa fa-warning"></span>
<b>{_ Warning! _}</b>
{_ Some disks are almost full. _}
</div>
{% endif %}