Skip to content

Commit

Permalink
eventshort fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Mar 5, 2024
1 parent 4b5e34f commit ababd21
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@
<h6>Source @*<small class="btn-link pull-right" ng-click="clearSourceFilter()">Clear</small>*@</h6>
<select class="form-control" id="selectSource" ng-model="source">
<option value="">all</option>
<option value="EBMS">EBMS</option>
<option value="Content">Created Content</option>
<option value="ebms">EBMS</option>
<option value="noi">Content Noi</option>
<option value="noi">Content NOBIS</option>
</select>
</div>

Expand Down

0 comments on commit ababd21

Please sign in to comment.