added EventType to RaidDetails
This commit is contained in:
parent
dd95c83bb4
commit
6358a02aa4
3 changed files with 14 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue