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>
|
||||
|
||||
|
|
|
@ -5,3 +5,8 @@ input {
|
|||
margin-right: 20px;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
select {
|
||||
margin-right: 20px;
|
||||
width: fit-content;
|
||||
}
|
|
@ -44,6 +44,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="times">
|
||||
<h5>Type</h5>
|
||||
<p>@_template.EventType</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<table class="table">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue