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