mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Add Bootstrap styling to event type select.
This commit is contained in:
parent
5983f06e15
commit
dcbc2e8930
@ -34,7 +34,7 @@
|
||||
<div style="display:inline-block">
|
||||
<strong>Type:</strong>
|
||||
<br />
|
||||
<select @bind="_eventType">
|
||||
<select class="form-control-sm" @bind="_eventType">
|
||||
<option value="">All</option>
|
||||
@foreach (var eventType in Enum.GetValues(typeof(EventType)))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user