|
@@ -31,7 +31,7 @@
|
|
|
<i class="fas fa-user-injured"></i>
|
|
|
Patients
|
|
|
</strong>
|
|
|
- <select class="ml-3 max-width-300px form-control form-control-sm" onchange="fastLoad('/patients/' + this.value, true, false, false)">
|
|
|
+ <select class="ml-auto max-width-300px form-control form-control-sm" onchange="fastLoad('/patients/' + this.value, true, false, false)">
|
|
|
<option value="" {{ $filter === '' ? 'selected' : '' }}>All patients</option>
|
|
|
<option value="not-yet-seen" {{ $filter === 'not-yet-seen' ? 'selected' : '' }}>Patients I have not seen yet</option>
|
|
|
<option value="having-birthday-today" {{ $filter === 'having-birthday-today' ? 'selected' : '' }}>Patients having birthday today</option>
|