added Header to RaidRoles Table

This commit is contained in:
t.ruspekhofer 2022-03-14 22:38:09 +01:00
parent 212e1a393d
commit bd781d496f

View file

@ -5,6 +5,12 @@
@inject RaidService RaidService @inject RaidService RaidService
<table class="table"> <table class="table">
<thead>
<tr>
<th>Role</th>
<th>Users</th>
</tr>
</thead>
<tbody> <tbody>
@{ @{
RaidSignUp userRole = _raid.SignUps.Where(s => s.LiebUserId == _liebUserId).FirstOrDefault(); RaidSignUp userRole = _raid.SignUps.Where(s => s.LiebUserId == _liebUserId).FirstOrDefault();