reworked collapsing all roles
This commit is contained in:
parent
0fe8e4e7e3
commit
e626ca2b65
3 changed files with 33 additions and 14 deletions
|
@ -29,7 +29,7 @@
|
|||
</select> @signUpStatus
|
||||
</td>
|
||||
}
|
||||
else if(isUser)
|
||||
else if(isUser && _showUserColor)
|
||||
{
|
||||
<td class="nametooltip username">
|
||||
@signUp.GuildWars2Account.AccountName @signUpStatus
|
||||
|
@ -74,4 +74,7 @@
|
|||
|
||||
[Parameter]
|
||||
public bool _showToolTip { get; set; } = false;
|
||||
|
||||
[Parameter]
|
||||
public bool _showUserColor { get; set; } = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue