Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f2c3415b1d | |||
| 37450925e1 |
@@ -50,7 +50,7 @@ export default function Products() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="report-details">
|
<div className="report-details">
|
||||||
<p><span style={{fontWeight: 'bolder', color: '#00557A'}}>{product?.status_text}</span></p>
|
<p><span style={{fontWeight: 'bolder', color: '#00557A'}}>{product?.status_text}</span></p>
|
||||||
<h4><span style={{paddingLeft: '10px'}}>{product?.name}</span></h4>
|
<h4><span className='text-truncate' style={{paddingLeft: '10px'}}>{product?.name}</span></h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ export default function RecentActions() {
|
|||||||
<h4>{dataAction?.data?.completed}</h4>
|
<h4>{dataAction?.data?.completed}</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="table-responsive m-t-20">
|
<div className="overflow-y-auto table-responsive m-t-20">
|
||||||
<table id="datatable-buttons" className="table">
|
<table id="datatable-buttons" className="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user