Merge pull request '2978-pagination_style_update' (#673) from 2978-pagination_style_update into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #673
This commit is contained in:
commit
adbef4f1cf
|
@ -1,10 +1,9 @@
|
||||||
<div ng-if="$ctrl.model.moreRows">
|
<div ng-if="$ctrl.model.moreRows">
|
||||||
<vn-icon-button
|
<vn-button
|
||||||
ng-if="!$ctrl.model.isPaging"
|
ng-if="!$ctrl.model.isPaging"
|
||||||
icon="more_horiz"
|
label="Load more results"
|
||||||
vn-tooltip="Load more"
|
|
||||||
ng-click="$ctrl.onLoadClick()">
|
ng-click="$ctrl.onLoadClick()">
|
||||||
</vn-icon-button>
|
</vn-button>
|
||||||
<vn-spinner
|
<vn-spinner
|
||||||
ng-if="$ctrl.model.isPaging"
|
ng-if="$ctrl.model.isPaging"
|
||||||
enable="::true">
|
enable="::true">
|
||||||
|
|
|
@ -62,5 +62,5 @@ Go up: Ir arriba
|
||||||
Loading...: Cargando...
|
Loading...: Cargando...
|
||||||
No results found: Sin resultados
|
No results found: Sin resultados
|
||||||
No data: Sin datos
|
No data: Sin datos
|
||||||
Load more: Cargar más
|
Undo changes: Deshacer cambios
|
||||||
Undo changes: Deshacer cambios
|
Load more results: Cargar más resultados
|
Loading…
Reference in New Issue