{% extends FUNC_BASE_HTML %} {% load i18n %} {% block css %}{{ block.super }} {% endblock css %} {% block js %} {{ block.super }} {% endblock js %} {% block ajaxform_modified %} {{ block.super }} {% endblock ajaxform_modified %} {% comment %} ファイルアップ時には is_ajax できないので解除 {% block to_ajaxform %} {% endblock to_ajaxform %} {% endcomment %} {% block function %}
{% trans "Product" %} | {{ basic.model }} | |||||
---|---|---|---|---|---|---|
{% trans "System Version" %} | {{ basic.firm }} | |||||
{% trans "Time" %} | {{ time.time }} | |||||
{% trans "Time Sync" %} | {% if time.sync == "Valid" %}{% trans "Valid" %} {% trans "Time Server:" %} {{ time.srv }} | {% else %}{% trans "Invalid" %} | {% endif %}||||
{% trans "Enabled Services" %} |
|
|||||
{% trans "RAID Mode" %} | {% if mode == "raid0" %}RAID0 | {% elif mode == "raid5" %}RAID5 | {% elif mode == "raid6" %}RAID6 | {% elif mode == "vfsext" %}{% trans "VFS" %} | {% else %}{{ mode }} | {% endif %}|
{% trans "QuickCopy" %} | {% if quickcp == "Valid" %}{% trans "Valid" %} | {% else %}{% trans "Invalid" %} | {% endif %}||||
{% trans "Backup Schedule" %} | {% if backup == "Valid" %}{% trans "Valid" %} | {% else %}{% trans "Invalid" %} | {% endif %}||||
{% trans "Data Copy Schedule" %} | {% if datacopy == "Valid" %}{% trans "Valid" %} | {% else %}{% trans "Invalid" %} | {% endif %}||||
{% trans "Power Saving Mode" %} | {% if eco == "Invalid" %}{% trans "Invalid" %} | {% else %}{{ eco }} | {% endif %}||||
{% trans "Led Brightness" %} | {% if led == "high" %}{% trans "Bright" %} | {% elif led == "middle" %}{% trans "Middle" %} | {% elif led == "low" %}{% trans "Dark" %} | {% else %}{{ led }} | {% endif %}||
{% trans "Power On Schedule" %} | {% if poweron == "Valid" %}{% trans "Valid" %} | {% elif poweron == "Invalid" %}{% trans "Invalid" %} | {% else %}{{ poweron }} | {% endif %}|||
{% trans "Temperature" %} | {{ fan.temperature }}℃ | |||||
{% trans "FAN Speed" %} | {{ fan.fanrpm }}rpm | |||||
{% trans "Printer" %} | {% if printer %}{% trans "Connected" %} | {% else %}{% trans "Unconnected" %} | {% endif %}||||
{% trans "UPS Warning" %} | {% if ups.warning == "Valid" %}{% trans "Valid" %} | {% else %}{% trans "Invalid" %} | {% endif %}||||
{% trans "UPS Connection" %} | {% if ups.status == "ONBATTERY" %}{% trans "ONBATTERY" %} | {% elif ups.status == "ONLINE" %}{% trans "ONLINE" %} | {% elif ups.status == "UNKNOWN" %}{% trans "UNKNOWN" %} | {% elif ups.status == "COMMLOST" %}{% trans "COMMLOST" %} | {% elif ups.status == "DISCONNECT" %}{% trans "Unconnected" %} | {% else %}{{ ups.status }} | {% endif %}
{% trans "UPS Battery" %} | {{ ups.battery }} |