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> <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>

View file

@ -4,4 +4,9 @@
input { input {
margin-right: 20px; margin-right: 20px;
width: fit-content; width: fit-content;
}
select {
margin-right: 20px;
width: fit-content;
} }

View file

@ -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">