Format the history popup content

This commit is contained in:
Khanh Ngo
2019-12-15 21:42:08 +07:00
parent 5ac58d5503
commit 4263bccbba
2 changed files with 14 additions and 10 deletions

View File

@ -107,7 +107,7 @@
<td>{{ history.msg }}</td>
<td>{{ history.created_on }}</td>
<td width="6%">
<button type="button" class="btn btn-flat btn-primary history-info-button" value='{{ history.detail|replace("[]","None") }}'>
<button type="button" class="btn btn-flat btn-primary history-info-button" value='{{ history.detail }}'>
Info&nbsp;<i class="fa fa-info"></i>
</button>
</td>