Skip to content

Commit

Permalink
XWIKI-21849: No link to next page at the bottom of LiveData (#2837) (#…
Browse files Browse the repository at this point in the history
…2838)

(cherry picked from commit cf7cd6c)

Co-authored-by: Manuel Leduc <[email protected]>
  • Loading branch information
github-actions[bot] and manuelleduc authored Feb 2, 2024
1 parent 05a7d94 commit 1eee209
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,4 @@
export default {
name: "LivedataBottombar",
};
</script>


<style>
.livedata-bottombar {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
</style>
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<div v-if="entriesFetched && entries.length === 0" class="noentries-card">
{{ $t('livedata.bottombar.noEntries') }}
</div>
<LivedataPagination/>
</LivedataBottombar>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<div v-if="entriesFetched && entries.length === 0" class="noentries-table">
{{ $t('livedata.bottombar.noEntries') }}
</div>
<LivedataPagination/>
</LivedataBottombar>
</div>
</template>
Expand Down

0 comments on commit 1eee209

Please sign in to comment.