Better text for total domain count
This commit is contained in:
@@ -1053,7 +1053,8 @@
|
|||||||
"domainWellKnown": {
|
"domainWellKnown": {
|
||||||
"title": "Well-Known locations of {{ domain }}"
|
"title": "Well-Known locations of {{ domain }}"
|
||||||
},
|
},
|
||||||
"tooltipWellKnown": "Set Well-Known Locations"
|
"tooltipWellKnown": "Set Well-Known Locations",
|
||||||
|
"count": "Total domains: {{ count }}"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"title": "Notifications",
|
"title": "Notifications",
|
||||||
|
|||||||
@@ -339,7 +339,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
{{ 'main.pagination.itemCount' | tr:{ count: (domains | filter:domainSearchString).length } }}
|
{{ 'domains.count' | tr:{ count: (domains | filter:domainSearchString).length } }}
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-right" ng-show="domains.length > pageSize">
|
<div class="pull-right" ng-show="domains.length > pageSize">
|
||||||
<button class="btn btn-default btn-outline btn-xs" ng-click="showPrevPage()" ng-class="{ 'btn-primary': currentPage > 1 }" ng-disabled="currentPage <= 1"><i class="fa fa-angle-double-left"></i> {{ 'main.pagination.prev' | tr }}</button>
|
<button class="btn btn-default btn-outline btn-xs" ng-click="showPrevPage()" ng-class="{ 'btn-primary': currentPage > 1 }" ng-disabled="currentPage <= 1"><i class="fa fa-angle-double-left"></i> {{ 'main.pagination.prev' | tr }}</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user