mirror of
https://github.com/axllent/mailpit.git
synced 2025-12-20 00:12:26 +02:00
Chore: Add tooltip to messages nav dropdown
This commit is contained in:
@@ -87,6 +87,7 @@ export default {
|
||||
v-model="pagination.limit"
|
||||
class="form-select form-select-sm d-inline w-auto me-2 me-xl-3"
|
||||
:disabled="total == 0"
|
||||
title="The number of messages displayed per page"
|
||||
@change="changeLimit"
|
||||
>
|
||||
<option v-for="option in limitOptions" :key="option" :value="option">{{ option }}</option>
|
||||
|
||||
Reference in New Issue
Block a user