From 57acb120775c93445a928ff7033a89a16d05e9bf Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 27 Sep 2017 12:24:52 +0200 Subject: [PATCH] remove SSH access panel --- js/SystemConfiguration.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/SystemConfiguration.js b/js/SystemConfiguration.js index 87434ba..a47cd41 100644 --- a/js/SystemConfiguration.js +++ b/js/SystemConfiguration.js @@ -94,11 +94,6 @@ Ext.define('PMG.SystemConfiguration', { itemId: 'options', title: gettext('Options'), xtype: 'pmgSystemOptions', - }, - { - itemId: 'ssh', - title: gettext('SSH Access'), - html: "SSH Access" } ] });