Skip to content

Commit

Permalink
Remove xterm
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Nov 15, 2024
1 parent ae64c17 commit 026a237
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions src/src/tabs/ssh.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
import { Terminal } from '@xterm/xterm';
import { WebLinksAddon } from '@xterm/addon-web-links';
import { FitAddon } from '@xterm/addon-fit';
import { ImageAddon } from '@xterm/addon-image';
import { WebglAddon } from '@xterm/addon-webgl';
import { CanvasAddon } from '@xterm/addon-canvas';
import { AttachAddon } from '@xterm/addon-attach';
import { Unicode11Addon } from '@xterm/addon-unicode11';
import { Xterm } from '../utils/xterm';
import { iframePanel } from '../components/iframePanel';
export default Ext.define('SYNOCOMMUNITY.RRManager.Ssh.Main', {
extend: 'SYNO.ux.Panel',
Expand Down
2 changes: 1 addition & 1 deletion src/src/utils/synoApiProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default
that = this;
return new Promise((resolve, reject) => {
let params = {
additional: ["description", "description_enu", "dependent_packages", "beta", "distributor", "distributor_url", "maintainer", "maintainer_url", "dsm_apps", "dsm_app_page", "dsm_app_launch_name", "report_beta_url", "support_center", "startable", "installed_info", "support_url", "is_uninstall_pages", "install_type", "autoupdate", "silent_upgrade", "installing_progress", "ctl_uninstall", "updated_at", "status", "url", "available_operation", "install_type"],
additional: ["maintainer","dsm_app_launch_name", "url", "available_operation", "install_type"],
ignore_hidden: false,
};
let args = {
Expand Down

0 comments on commit 026a237

Please sign in to comment.