change monitoring not supported message
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -813,6 +813,10 @@
|
||||
.table-item {
|
||||
color: v.$text-s;
|
||||
font-size: 14px;
|
||||
|
||||
&-not-supported {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.table-item-protected {
|
||||
|
||||
Reference in New Issue
Block a user