{% 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 %}
{% if time.sync == "Valid" %} {% else %} {% endif %} {% if INTERNAL_VOLUME_RAID_IS_SUPPORTED %} {% if mode == "raid0" %} {% elif mode == "raid5" %} {% elif mode == "raid6" %} {% elif mode == "vfsext" %} {% else %} {% endif %} {% endif %} {% if quickcp == "Valid" %} {% else %} {% endif %} {% if backup == "Valid" %} {% else %} {% endif %} {% if datacopy == "Valid" %} {% else %} {% endif %} {% if eco == "Invalid" %} {% else %} {% endif %} {% if led == "high" %} {% elif led == "middle" %} {% elif led == "low" %} {% else %} {% endif %} {% if poweron == "Valid" %} {% elif poweron == "Invalid" %} {% else %} {% endif %} {% if printer %} {% else %} {% endif %} {% if ups.warning == "Valid" %} {% else %} {% endif %} {% if ups.status == "ONBATTERY" %} {% elif ups.status == "ONLINE" %} {% elif ups.status == "UNKNOWN" %} {% elif ups.status == "COMMLOST" %} {% elif ups.status == "DISCONNECT" %} {% else %} {% endif %}
{% trans "Product" %} {{ basic.model }}
{% trans "System Version" %} {{ basic.firm }}
{% trans "Time" %} {{ time.time }}
{% trans "Time Sync" %} {% trans "Valid" %}   {% trans "Time Server:" %} {{ time.srv }}{% trans "Invalid" %}
{% trans "Enabled Services" %}
    {% for name in services %}
  • {% if name == "quota" %} {% trans "Quota" %} {% elif name == "ups" %} {% trans "UPS Warning" %} {% elif name == "snmp" %} {% trans "SNMP Trap" %} {% elif name == "narsus" %} {% trans "NarSuS" %} {% elif name == "accesslog" %} {% trans "Access Log" %} {% elif name == "firm_notice" %} {% trans "Firmware Update Notice" %} {% elif name == "firm_auto" %} {% trans "Firmware Auto Updating" %} {% elif name == "pkg_notice" %} {% trans "Packages Update Notice" %} {% elif name == "pkg_auto" %} {% trans "Packages Auto Updating" %} {% elif name == "ftp" %} {% trans "FTP" %} {% elif name == "applenetwork" %} {% trans "AppleShare Network" %} {% elif name == "msnetwork" %} {% trans "Microsoft Network" %} {% endif %}
  • {% endfor %}
{% trans "RAID Mode" %} RAID0RAID5RAID6{% trans "VFS" %}{{ mode }}
{% trans "QuickCopy" %} {% trans "Valid" %}{% trans "Invalid" %}
{% trans "Backup Schedule" %} {% trans "Valid" %}{% trans "Invalid" %}
{% trans "Data Copy Schedule" %} {% trans "Valid" %}{% trans "Invalid" %}
{% trans "Power Saving Mode" %} {% trans "Invalid" %}{{ eco }}
{% trans "Led Brightness" %} {% trans "Bright" %}{% trans "Middle" %}{% trans "Dark" %}{{ led }}
{% trans "Power On Schedule" %} {% trans "Valid" %}{% trans "Invalid" %}{{ poweron }}
{% trans "Temperature" %} {{ fan.temperature }}℃
{% trans "FAN Speed" %} {{ fan.fanrpm }}rpm
{% trans "Printer" %}{% trans "Connected" %}{% trans "Unconnected" %}
{% trans "UPS Warning" %} {% trans "Valid" %}{% trans "Invalid" %}
{% trans "UPS Connection" %}{% trans "ONBATTERY" %}{% trans "ONLINE" %}{% trans "UNKNOWN" %}{% trans "COMMLOST" %}{% trans "Unconnected" %}{{ ups.status }}
{% trans "UPS Battery" %} {{ ups.battery }}
{% endblock function %}