Translate mails view

This commit is contained in:
Johannes Zellner
2020-11-12 11:42:11 +01:00
parent 5f716669fe
commit 47de719fc8
5 changed files with 148 additions and 94 deletions
+4
View File
@@ -10,6 +10,10 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
$scope.user = Client.getUserInfo();
$scope.domains = [];
$scope.translationLinks = {
linodeDocsLink: 'https://docs.cloudron.io/domains/#linode-dns'
};
$scope.pageItemCount = [
{ name: 'Show 20 per page', value: 20 },
{ name: 'Show 50 per page', value: 50 },