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