device2connection

This commit is contained in:
RobbieHan
2019-02-12 16:37:24 +08:00
parent 6765fa8b66
commit f1dde180fb
5 changed files with 192 additions and 6 deletions

View File

@@ -325,5 +325,19 @@
oDataTable.ajax.reload();
});
function doDevice2Connection(id) {
layer.open({
type: 2,
title: '认证管理',
shadeClose: false,
maxmin: true,
area: ['800px', '400px'],
content: ["{% url 'cmdb:eam-device-device2connection' %}" + '?id=' + id, 'no'],
end: function () {
oDataTable.ajax.reload();
}
});
}
</script>
{% endblock %}