Добавлен ответ на почту в вебе
This commit is contained in:
parent
56781d44db
commit
54ba34f514
@ -192,6 +192,8 @@ namespace ConfectioneryClientApp.Controllers
|
|||||||
$"<td>{mail.DateDelivery}</td>" +
|
$"<td>{mail.DateDelivery}</td>" +
|
||||||
$"<td>{mail.Subject}</td>" +
|
$"<td>{mail.Subject}</td>" +
|
||||||
$"<td>{mail.Body}</td>" +
|
$"<td>{mail.Body}</td>" +
|
||||||
|
$"<td>{mail.HasRead}</td>" +
|
||||||
|
$"<td>{mail.Reply}</td>" +
|
||||||
"</tr>");
|
"</tr>");
|
||||||
}
|
}
|
||||||
return Tuple.Create<string?, string?, bool, bool>(htmlTable.ToString(), APIClient.CurrentPage.ToString(), APIClient.CurrentPage != 1, true);
|
return Tuple.Create<string?, string?, bool, bool>(htmlTable.ToString(), APIClient.CurrentPage.ToString(), APIClient.CurrentPage != 1, true);
|
||||||
|
@ -14,6 +14,12 @@
|
|||||||
<th>
|
<th>
|
||||||
Текст
|
Текст
|
||||||
</th>
|
</th>
|
||||||
|
<th>
|
||||||
|
Прочитано
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
Ответ
|
||||||
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="mails-table-body">
|
<tbody id="mails-table-body">
|
||||||
|
Loading…
Reference in New Issue
Block a user