removed table header icons
This commit is contained in:
parent
d32b954d94
commit
195adbeb72
@ -116,32 +116,17 @@ const ManageBucket = () =>
|
|||||||
<thead className="p-0">
|
<thead className="p-0">
|
||||||
<tr className="p-0">
|
<tr className="p-0">
|
||||||
<th colSpan={2}>
|
<th colSpan={2}>
|
||||||
<div className="d-flex justify-content-start align-items-center gap-1">
|
<div className="d-flex justify-content-start align-items-center gap-1 mx-2">
|
||||||
<IconButton
|
|
||||||
size={12}
|
|
||||||
iconClass="fa-solid fa-bucket"
|
|
||||||
color="info"
|
|
||||||
/>
|
|
||||||
<span>Name</span>
|
<span>Name</span>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th className="text-start d-none d-sm-table-cell">
|
<th className="text-start d-none d-sm-table-cell">
|
||||||
<div className="d-flex align-items-center justify-content-start gap-1">
|
<div className="d-flex align-items-center justify-content-center gap-1">
|
||||||
<IconButton
|
|
||||||
size={12}
|
|
||||||
iconClass="fa-solid fa-file-lines"
|
|
||||||
color="primary"
|
|
||||||
/>
|
|
||||||
<span>Description</span>
|
<span>Description</span>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
<div className="d-flex align-items-center justify-content-center gap-1">
|
<div className="d-flex align-items-center justify-content-center gap-1">
|
||||||
<IconButton
|
|
||||||
size={12}
|
|
||||||
iconClass="fa-solid fa-gear"
|
|
||||||
color="secondary"
|
|
||||||
/>
|
|
||||||
<span>Action</span>
|
<span>Action</span>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user