From 0dcf82a120a94270a77b1e12394dfb95bdbc40f8 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 16 Nov 2020 14:42:55 +0100 Subject: [PATCH] Remove console view in app configure screen --- src/views/app.html | 13 ------------- src/views/app.js | 4 ---- 2 files changed, 17 deletions(-) diff --git a/src/views/app.html b/src/views/app.html index 3745986c8..e44adf76a 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -492,7 +492,6 @@
Email
Updates
Backups
-
Console
Repair
Uninstall
@@ -1091,18 +1090,6 @@ -
-
-
- -

This will open a console connection to the app. The terminal is sandboxed and only provides access to this app container's filesystem.

- Terminal - File Manager - Logs -
-
-
-
diff --git a/src/views/app.js b/src/views/app.js index d8e1e6221..2aca672f2 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -1142,10 +1142,6 @@ angular.module('Application').controller('AppController', ['$scope', '$location' } }; - $scope.console = { - show: function () {} - }; - $scope.restore = { busy: false, error: {},