mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
class="textarea textarea-primary w-full font-mono text-lg"
|
||||
:class="{ 'textarea-error': error }"
|
||||
></textarea>
|
||||
<div class="label">
|
||||
<div class="label max-h-48 overflow-y-auto pr-2">
|
||||
<span class="label-text-alt text-error" v-if="error">{{ error }}</span>
|
||||
<span class="label-text-alt" v-else>
|
||||
Total {{ results.numRows }} records
|
||||
<template v-if="results.numRows > pageLimit">. Showing first {{ page.numRows }}.</template></span
|
||||
>
|
||||
<template v-if="results.numRows > pageLimit"> . Showing first {{ page.numRows }}. </template>
|
||||
</span>
|
||||
</div>
|
||||
</label>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user