add tid at reports management page
This commit is contained in:
parent
6b536a04ac
commit
6de0f8ef60
|
|
@ -70,6 +70,7 @@ const ImageBox: React.FC<Props> = (props) => {
|
||||||
) : (
|
) : (
|
||||||
<span className="badge bg-danger">{t('report.status.2')}</span>
|
<span className="badge bg-danger">{t('report.status.2')}</span>
|
||||||
)}
|
)}
|
||||||
|
<span className="badge bg-info ml-1">TID: {report.tid}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="dropdown">
|
<div className="dropdown">
|
||||||
<a
|
<a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user