added EventType to RaidDetails

This commit is contained in:
Sarah Faey 2022-12-03 18:45:20 +01:00
parent dd95c83bb4
commit 6358a02aa4
3 changed files with 14 additions and 0 deletions

View file

@ -49,6 +49,10 @@
<h5>Time</h5>
<p>from: @_startTime.DateTime.ToShortTimeString() to: @_endTime.DateTime.ToShortTimeString()</p>
</span>
<span class="times">
<h5>Type</h5>
<p>@_raid.EventType</p>
</span>
</span>
</div>