...
This commit is contained in:
@@ -380,29 +380,19 @@
|
||||
<div class="row">
|
||||
@if (fv.dashBoard == null)
|
||||
{
|
||||
<div class="col-auto" >
|
||||
<Spinner Visible="fv.dashBoard == null" Color="SpinnerColor.Primary" />
|
||||
|
||||
<p>در حال بارگذاری...</p>
|
||||
</div> <div class="col-auto">
|
||||
<p>در حال بارگذاری...</p>
|
||||
</div>
|
||||
}
|
||||
@if (fv.dashBoard != null)
|
||||
else
|
||||
{
|
||||
<!-- Order Statistics -->
|
||||
<LastActivityServices dashBoard="fv.dashBoard" />
|
||||
<!--/ Order Statistics -->
|
||||
}
|
||||
<!-- MostInvoicedCustomer -->
|
||||
@if (fv.dashBoard != null)
|
||||
{
|
||||
<MostInvoicedCustomer model="fv.dashBoard?.MostInvoicedCustomer" />
|
||||
|
||||
}
|
||||
<!--/ MostInvoicedCustomer -->
|
||||
<!-- MostInvoicedProduct -->
|
||||
@if (fv.dashBoard != null)
|
||||
{
|
||||
<MostInvoicedProduct model="fv.dashBoard?.MostInvoicedProduct" />
|
||||
|
||||
}
|
||||
|
||||
<!--/ MostInvoicedProduct -->
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user