This commit is contained in:
CHIEFSOFT\ameye
2024-12-13 12:03:17 -05:00
parent 2cf501dd2e
commit 1f07d92aae
+34 -58
View File
@@ -196,51 +196,45 @@ export default function HomeSections(){
<tbody>
<tr>
<td>1</td>
<td>Cold Shoulder Bling Dress</td>
<td>Description - URL(Clickable) </td>
<td><span className="badge badge-success-inverse">Active</span></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
href=""><i className="fe fe-trash-2"></i></a></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a></td>
</tr>
<tr>
<td>2</td>
<td>PlayStation 4 Pro 1TB Console</td>
<td>Main Website - https://starterweb.0ach30996.mermsemr.com </td>
<td><span className="badge badge-success-inverse">Active</span></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
href=""><i className="fe fe-trash-2"></i></a></td>
<td><span className="badge badge-success-inverse">Updating</span></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a></td>
</tr>
<tr>
<td>3</td>
<td>Extra Fine Wool Jumpers</td>
<td>Blog Site - https://starterblog.0ach30996.mermsemr.com </td>
<td><span className="badge badge-danger-inverse">Canceled</span></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
href=""><i className="fe fe-trash-2"></i></a></td>
<td><span className="badge badge-danger-inverse">Refreshing</span></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a></td>
</tr>
<tr>
<td>4</td>
<td>Long Sleeve Bow Top</td>
<td><span className="badge badge-success-inverse">Active</span></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
href=""><i className="fe fe-trash-2"></i></a></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a></td>
</tr>
<tr>
<td>5</td>
<td>Shine Stripe Long Sleeve Ruffle</td>
<td><span className="badge badge-success-inverse">Active</span></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
href=""><i className="fe fe-trash-2"></i></a></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a></td>
</tr>
<tr>
<td>6</td>
<td>Long Sleeve Micro Thermal Shirt</td>
<td><span className="badge badge-info-inverse">info</span></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
href=""><i className="fe fe-trash-2"></i></a></td>
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a></td>
</tr>
@@ -265,51 +259,33 @@ export default function HomeSections(){
<div className="card card-statistics h-100 mb-0">
<div className="card-header d-flex justify-content-between">
<div className="card-heading">
<h4 className="card-title">Lifetime sales</h4>
</div>
<div className="dropdown">
<a className="p-2" href="#!" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<i className="fe fe-circle"></i>
</a>
<div className="dropdown-menu custom-dropdown dropdown-menu-right p-4">
<h6 className="mb-1">Action</h6>
<a className="dropdown-item" href="#!"><i className="fa-fw fa fa-file-o pr-2"></i>View
reports</a>
<a className="dropdown-item" href="#!"><i className="fa-fw fa fa-edit pr-2"></i>Edit reports</a>
<a className="dropdown-item" href="#!"><i className="fa-fw fa fa-bar-chart-o pr-2"></i>Statistics</a>
<h6 className="mb-1 mt-3">Export</h6>
<a className="dropdown-item" href="#!"><i className="fa-fw fa fa-file-pdf-o pr-2"></i>Export
to PDF</a>
<a className="dropdown-item" href="#!"><i className="fa-fw fa fa-file-excel-o pr-2"></i>Export
to CSV</a>
</div>
<h4 className="card-title">Payments</h4>
</div>
{/*<div className="dropdown">*/}
{/* <a className="p-2" href="#!" data-toggle="dropdown" aria-haspopup="true"*/}
{/* aria-expanded="false">*/}
{/* <i className="fe fe-circle"></i>*/}
{/* </a>*/}
{/* <div className="dropdown-menu custom-dropdown dropdown-menu-right p-4">*/}
{/* <h6 className="mb-1">Action</h6>*/}
{/* <a className="dropdown-item" href="#!"><i className="fa-fw fa fa-file-o pr-2"></i>View*/}
{/* reports</a>*/}
{/* <a className="dropdown-item" href="#!"><i className="fa-fw fa fa-edit pr-2"></i>Edit reports</a>*/}
{/* <a className="dropdown-item" href="#!"><i className="fa-fw fa fa-bar-chart-o pr-2"></i>Statistics</a>*/}
{/* <h6 className="mb-1 mt-3">Export</h6>*/}
{/* <a className="dropdown-item" href="#!"><i className="fa-fw fa fa-file-pdf-o pr-2"></i>Export*/}
{/* to PDF</a>*/}
{/* <a className="dropdown-item" href="#!"><i className="fa-fw fa fa-file-excel-o pr-2"></i>Export*/}
{/* to CSV</a>*/}
{/* </div>*/}
{/*</div>*/}
</div>
<div className="card-body">
<h5>We only started collecting data from February 2019 </h5>
<p>Questions about the Net Earnings number? <a
className="btn btn-square btn-inverse-success btn-xs ml-1" href="#">Click here</a></p>
{/*<h5>We only started collecting data from February 2019 </h5>*/}
{/*<p>Questions about the Net Earnings number? <a*/}
{/* className="btn btn-square btn-inverse-success btn-xs ml-1" href="#">Click here</a></p>*/}
<div className="row mt-4">
<div className="col-lg-8">
<div className="morris-wrapper">
<div id="morrisecommerce1" style={{height: '260px'}}></div>
</div>
</div>
<div className="col-lg-4 mt-4">
<div className="mb-3">
<h3 className="mb-0">680</h3>
<p className="mb-0 text-info">Total sales</p>
</div>
<div className="mb-3">
<h3 className="mb-0">800</h3>
<p className="mb-0 text-primary">Open campaign</p>
</div>
<div className="mb-3">
<h3 className="mb-0">500</h3>
<p className="mb-0">Daily sales</p>
</div>
</div>
.
</div>
</div>
</div>