Dynamic user profile per tenant

This commit is contained in:
Shaun Walker
2019-09-03 20:39:29 -04:00
parent da890f32d1
commit 1e4c07889b
25 changed files with 558 additions and 155 deletions

View File

@ -11,7 +11,8 @@
@inject IModuleService ModuleService
@inject IPageModuleService PageModuleService
<table class="form-group">
<table class="table table-borderless">
<thead>
<tr>
<td>
<label for="Title" class="control-label">Title: </label>
@ -20,6 +21,8 @@
<input type="text" name="Title" class="form-control" @bind="@title" />
</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<label for="Container" class="control-label">Container: </label>
@ -55,7 +58,8 @@
</select>
</td>
</tr>
</table>
</tbody>
</table>
@DynamicComponent