remove SSH access panel

This commit is contained in:
Dietmar Maurer 2017-09-27 12:24:52 +02:00
parent 6a3d1c515b
commit 57acb12077

View File

@ -94,11 +94,6 @@ Ext.define('PMG.SystemConfiguration', {
itemId: 'options',
title: gettext('Options'),
xtype: 'pmgSystemOptions',
},
{
itemId: 'ssh',
title: gettext('SSH Access'),
html: "SSH Access"
}
]
});