Skip to content

Commit f816281

Browse files
committed
Compress table header name
1 parent 62972dc commit f816281

File tree

1 file changed

+2
-2
lines changed
  • site/frontend/src/pages/detailed-query

1 file changed

+2
-2
lines changed

site/frontend/src/pages/detailed-query/page.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ loadData();
449449
@click.prevent="
450450
changeSortParameters('incrementalLoading', 'desc')
451451
"
452-
>Incremental loading (s)</a
452+
>Incr. loading (s)</a
453453
>
454454
</th>
455455
<th
@@ -461,7 +461,7 @@ loadData();
461461
@click.prevent="
462462
changeSortParameters('incrementalLoadingDelta', 'desc')
463463
"
464-
>Incremental loading delta</a
464+
>Incr. loading delta</a
465465
>
466466
</th>
467467
</tr>

0 commit comments

Comments
 (0)