{% extends 'ups_manager/base.html' %} {% block content %}

UPS主机管理

{% for ups in ups_list %} {% empty %} {% endfor %}
ID 主机名称 品牌 型号 序列号 IP地址 数量 存放位置 电池数量 上次维保时间 联系人 操作
{{ ups.id }} {{ ups.brand }} {{ ups.model }} {{ ups.brand }} {{ ups.model }} {{ ups.serial_number|default:"-" }} {{ ups.ip_address }} {{ ups.quantity }} {{ ups.location }} {{ ups.total_battery_count }} {{ ups.last_maintenance_date|default:"-" }} {{ ups.contact|default:"-" }} 编辑 删除
暂无UPS主机记录
{% if is_paginated %} {% endif %} {% endblock %}