Merge pull request '2978-pagination_style_update' (#673) from 2978-pagination_style_update into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #673
This commit is contained in:
Joan Sanchez 2021-06-23 11:55:58 +00:00
commit adbef4f1cf
2 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,9 @@
<div ng-if="$ctrl.model.moreRows">
<vn-icon-button
<vn-button
ng-if="!$ctrl.model.isPaging"
icon="more_horiz"
vn-tooltip="Load more"
label="Load more results"
ng-click="$ctrl.onLoadClick()">
</vn-icon-button>
</vn-button>
<vn-spinner
ng-if="$ctrl.model.isPaging"
enable="::true">

View File

@ -62,5 +62,5 @@ Go up: Ir arriba
Loading...: Cargando...
No results found: Sin resultados
No data: Sin datos
Load more: Cargar más
Undo changes: Deshacer cambios
Undo changes: Deshacer cambios
Load more results: Cargar más resultados