Fix colspan

This commit is contained in:
nicolas.dorier 2020-02-26 17:34:32 +09:00
parent 0c7f35b000
commit d9ea9fbffd
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -38,13 +38,13 @@
@if (!Model.ApiKeyDatas.Any())
{
<tr>
<td colspan="2" class="text-center h5 py-2">
<td colspan="4" class="text-center h5 py-2">
No API keys
</td>
</tr>
}
<tr class="bg-gray">
<td colspan="3">
<td colspan="4">
<a class="btn btn-primary" asp-action="AddApiKey" id="AddApiKey">Generate new key</a>
</td>
</tr>