tags&filters

This commit is contained in:
RobbieHan
2019-02-17 22:40:06 +08:00
parent b58be33aac
commit e3490b3af7
7 changed files with 279 additions and 1 deletions

View File

@@ -339,5 +339,9 @@
}
});
}
function doDetail(id){
window.location.href="{% url 'cmdb:eam-device-detail' %}?id="+id;
}
</script>
{% endblock %}