Добавлен ответ на почту в вебе
This commit is contained in:
parent
56781d44db
commit
54ba34f514
@ -192,6 +192,8 @@ namespace ConfectioneryClientApp.Controllers
|
||||
$"<td>{mail.DateDelivery}</td>" +
|
||||
$"<td>{mail.Subject}</td>" +
|
||||
$"<td>{mail.Body}</td>" +
|
||||
$"<td>{mail.HasRead}</td>" +
|
||||
$"<td>{mail.Reply}</td>" +
|
||||
"</tr>");
|
||||
}
|
||||
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>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="mails-table-body">
|
||||
|
Loading…
Reference in New Issue
Block a user