Treasure Hunt

main
ilitirit 1 year ago
parent 50653e4e45
commit 58c00c7b28

@ -4,7 +4,7 @@
@model IEnumerable<DeepDungeonRecord>
}
<table id="dutyTable" data-toggle="table">
<table id="dutyTable" class="table table-dark table-striped" data-toggle="table">
<thead>
<tr>
<th></th>

@ -4,7 +4,7 @@
@model IEnumerable<ContentTypeRecord>
}
<table id="dutyTable" data-toggle="table">
<table id="dutyTable" class="table table-dark table-striped" data-toggle="table">
<thead>
<tr>
<th></th>

Loading…
Cancel
Save