chat
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
@using Shared.DTOs
|
||||
|
||||
<Modal @ref="modal" title="Modal title" IsVerticallyCentered="true">
|
||||
<Modal @ref="modal" title=@Ticket.Title IsVerticallyCentered="true">
|
||||
<BodyTemplate>
|
||||
<div class="col-md-1">
|
||||
This is a vertically centered modal.
|
||||
</div>
|
||||
<Lchat/>
|
||||
</BodyTemplate>
|
||||
<FooterTemplate>
|
||||
<Button Color="ButtonColor.Secondary" @onclick="OnHideModalClick">Close</Button>
|
||||
<Button Color="ButtonColor.Primary">Save changes</Button>
|
||||
<Button Color="ButtonColor.Danger" @onclick="OnHideModalClick">بستن</Button>
|
||||
</FooterTemplate>
|
||||
</Modal>
|
||||
|
||||
@@ -22,17 +20,26 @@
|
||||
<Badge Color="@badgeColor" IndicatorType="BadgeIndicatorType.RoundedPill">@Ticket.MsgStatus</Badge>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@if (!string.IsNullOrEmpty(Ticket.EndDate))
|
||||
{
|
||||
|
||||
<div style="text-align:center;" class="col-md-2">
|
||||
<p>تاریخ شروع <br /> @Ticket.CreateDate</p>
|
||||
</div>
|
||||
@if (!string.IsNullOrEmpty(Ticket.EndDate))
|
||||
{
|
||||
|
||||
<div style="text-align:center;" class="col-md-2">
|
||||
<p>تاریخ پایان <br /> @Ticket.EndDate</p>
|
||||
</div>
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
|
||||
<div style="text-align:center;" class="col-md-4">
|
||||
<br /> <p>تاریخ شروع @Ticket.CreateDate</p>
|
||||
</div>
|
||||
}
|
||||
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user