Commit a9a1bae8 authored by ibuler's avatar ibuler

[Update] 修改列表页,显示可连接状态

parent f35c02b3
...@@ -180,8 +180,8 @@ function initTable() { ...@@ -180,8 +180,8 @@ function initTable() {
ajax_url: '{% url "api-assets:asset-list" %}', ajax_url: '{% url "api-assets:asset-list" %}',
columns: [ columns: [
{data: "id"}, {data: "hostname" }, {data: "ip" }, {data: "id"}, {data: "hostname" }, {data: "ip" },
{data: "cpu_cores"}, {data: "cpu_cores", orderable: false},
{data: "connectivity"}, {data: "id", orderable: false } {data: "connectivity", orderable: false}, {data: "id", orderable: false }
], ],
op_html: $('#actions').html() op_html: $('#actions').html()
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment