Commit 676d640e authored by ibuler's avatar ibuler

[Bugfix] 修复导出csv和更新资产环境变量冲突

parent c7d1ba19
......@@ -109,7 +109,7 @@ function initTable() {
$(document).ready(function(){
initTable();
})
.on('click', '#btn_export', function () {
.on('click', '.btn_export', function () {
var $data_table = $('#asset_list_table').DataTable();
var rows = $data_table.rows('.selected').data();
var assets = [];
......
......@@ -46,7 +46,6 @@
<div class="hr-line-dashed"></div>
<h3>{% trans 'Other' %}</h3>
{% bootstrap_field form.status layout="horizontal" %}
{% bootstrap_field form.env layout="horizontal" %}
{% bootstrap_field form.comment layout="horizontal" %}
{% bootstrap_field form.is_active layout="horizontal" %}
......
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