change monitoring not supported message

This commit is contained in:
smanylov
2026-03-14 11:52:13 +07:00
parent be06d7b833
commit 8464616c37
4 changed files with 11 additions and 1 deletions
@@ -409,8 +409,12 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
{row.original.fileType === 'image' ? (
<MonitoringDropDown file={row.original} />
) : (
<div>
<div
className="table-item-not-supported"
>
{t('monitoring-is-not-supported')}
<br />
{t('for-this-file-type')}
</div>
)}
</div>