Commit aaf8444c authored by Emmanuel Kasper's avatar Emmanuel Kasper Committed by Dietmar Maurer

Remove Java applet from list of available console viewers.

We already did this for ExtJS4, just copying from there
parent 41a1c83b
...@@ -53,7 +53,7 @@ Ext.define('PVE.dc.ConsoleViewerEdit', { ...@@ -53,7 +53,7 @@ Ext.define('PVE.dc.ConsoleViewerEdit', {
var data = []; var data = [];
Ext.Array.each(['', 'applet', 'vv', 'html5'], function(value) { Ext.Array.each(['', 'vv', 'html5'], function(value) {
data.push([value, PVE.Utils.render_console_viewer(value)]); data.push([value, PVE.Utils.render_console_viewer(value)]);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment