diff --git a/src/views/support.html b/src/views/support.html index 7e07feb55..c208f06c1 100644 --- a/src/views/support.html +++ b/src/views/support.html @@ -49,6 +49,23 @@ +
+

Logs

+
+ +
+
+
+
+

+ Please be careful when uploading these logs to a public server since they may contain sensitive information. +

+ +
+
+
+
+

Remote Support

diff --git a/src/views/support.js b/src/views/support.js index 0fe661a91..7031c70a7 100644 --- a/src/views/support.js +++ b/src/views/support.js @@ -63,6 +63,10 @@ angular.module('Application').controller('SupportController', ['$scope', '$locat } }; + $scope.showLogs = function () { + window.open('/logs.html?id=box', 'Logs', 'width=1024,height=800').focus(); + }; + Client.onReady(function () { Client.getAuthorizedKeys(function (error, keys) { if (error) return console.error(error);