add tid at reports management page

This commit is contained in:
Pig Fang 2020-05-20 10:09:31 +08:00
parent 6b536a04ac
commit 6de0f8ef60

View File

@ -70,6 +70,7 @@ const ImageBox: React.FC<Props> = (props) => {
) : (
<span className="badge bg-danger">{t('report.status.2')}</span>
)}
<span className="badge bg-info ml-1">TID: {report.tid}</span>
</div>
<div className="dropdown">
<a