[Update] 资产详情页面增加网域

pull/2151/head
ibuler 2018-12-12 12:28:13 +08:00
parent 84f52eb337
commit 82af5f8f16
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@
<td>{% trans 'Admin user' %}:</td>
<td><b>{{ asset.admin_user }}</b></td>
</tr>
<tr>
<td>{% trans 'Domain' %}:</td>
<td><b>{{ asset.domain|default:"" }}</b></td>
</tr>
<tr>
<td>{% trans 'Vendor' %}:</td>
<td><b>{{ asset.vendor|default:"" }}</b></td>