Naming fixes

This commit is contained in:
Pavel Vesely
2020-03-14 09:54:48 +01:00
parent 52e31c42f6
commit a06ad38432
34 changed files with 467 additions and 466 deletions

View File

@ -7,7 +7,7 @@
<table class="table table-borderless">
<tr>
<td>
<label for="Name" class="control-label">Name: </label>
<label class="control-label">Name: </label>
</td>
<td>
<input class="form-control" @bind="@name" />
@ -69,7 +69,7 @@
</tr>
<tr>
<td>
<label for="Name" class="control-label">Schema: </label>
<label class="control-label">Schema: </label>
</td>
<td>
<input class="form-control" @bind="@schema" />