Commit 2496f1c6 authored by ibuler's avatar ibuler

asset udpate url bug

parent 1a32fb5d
......@@ -374,7 +374,7 @@
$.ajax({
type: "post",
data: {asset_id_all: asset_id_all},
url: "{% url 'asset_add_batch' %}",
url: "{% url 'asset_update_batch' %}",
success: function () {
parent.location.reload();
}
......
......@@ -51,7 +51,7 @@
<label for="role_key" class="col-sm-2 control-label">用户密钥</label>
<div class="col-sm-8">
<textarea class="form-control" name="role_key" placeholder="请复制粘贴私钥" rows="10" style="font-size: 9px;"></textarea>
<span class="help-block m-b-none">如果不添加密钥,会自动生成, 密码密钥必填一项</span>
<span class="help-block m-b-none">如果不添加密钥,会自动生成 </span>
</div>
</div>
<div class="hr-line-dashed"></div>
......
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