We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c30a28 commit d53ce07Copy full SHA for d53ce07
src/Home.vue
@@ -71,7 +71,7 @@
71
</th>
72
<th><div class="sticky-header-content">Org</div></th>
73
<!-- <th><div class="sticky-header-content">Date</div></th>-->
74
- <th><div class="sticky-header-content" @click="sortColumn('data')">Date<span :class="getSortIconClass('data')" style="margin-left: 2px;font-size: 14px;">▼</span></div></th>
+ <th><div class="sticky-header-content" @click="sortColumn('date')">Date<span :class="getSortIconClass('date')" style="margin-left: 2px;font-size: 14px;">▼</span></div></th>
75
<th><div class="sticky-header-content">Logs</div></th>
76
<th><div class="sticky-header-content">Trajs</div></th>
77
<th><div class="sticky-header-content">Site</div></th>
0 commit comments