edit filter styles
This commit is contained in:
@@ -422,7 +422,7 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
|
||||
cell: ({ row }) => (
|
||||
<div className="actions">
|
||||
<div className="actions-group">
|
||||
{/* <button
|
||||
{/* <button
|
||||
onClick={() => handleMonitoring(row.original)}
|
||||
className="bg-violet-500 hover:bg-violet-600"
|
||||
title={t('monitoring')}
|
||||
@@ -729,6 +729,9 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div
|
||||
className="table-filtres-wrapper"
|
||||
>
|
||||
<div className="table-filtres-item">
|
||||
<div className="table-filtres-label">{t('items-per-page')}:</div>
|
||||
<DropDownList
|
||||
@@ -745,6 +748,8 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{/* Таблица */}
|
||||
<div className="tanstak-table-block">
|
||||
<table className="tanstak-table">
|
||||
|
||||
Reference in New Issue
Block a user