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

@ -6,7 +6,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" />
@ -14,7 +14,7 @@
</tr>
<tr>
<td>
<label for="Name" class="control-label">Description: </label>
<label class="control-label">Description: </label>
</td>
<td>
<textarea class="form-control" @bind="@description" rows="5" />
@ -22,7 +22,7 @@
</tr>
<tr>
<td>
<label for="Name" class="control-label">Auto Assigned? </label>
<label class="control-label">Auto Assigned? </label>
</td>
<td>
<select class="form-control" @bind="@isautoassigned">
@ -33,7 +33,7 @@
</tr>
<tr>
<td>
<label for="Name" class="control-label">System Role? </label>
<label class="control-label">System Role? </label>
</td>
<td>
<select class="form-control" @bind="@issystem">