Translate the support view

This commit is contained in:
Johannes Zellner
2020-11-11 18:27:43 +01:00
parent bc6ff607ce
commit b7e235b727
3 changed files with 53 additions and 22 deletions

View File

@@ -11,6 +11,11 @@ angular.module('Application').controller('SupportController', ['$scope', '$locat
$scope.apps = Client.getInstalledApps();
$scope.supportConfig = null;
$scope.translationLinks = {
supportViewLink: 'https://docs.cloudron.io/apps/?support_view',
forumLink: 'https://forum.cloudron.io/'
};
$scope.feedback = {
error: null,
result: null,