[PR #1673] [MERGED] fix #1657 [feat] Support show remote server info(network, file system, activities...) #3595

Closed
opened 2026-02-27 00:57:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1673
Author: @zxdong262
Created: 5/3/2020
Status: Merged
Merged: 5/3/2020
Merged by: @zxdong262

Base: masterHead: fix-1657


📝 Commits (6)

📊 Changes

16 files changed (+781 additions, -80 deletions)

View changed files

📝 src/app/server/server.js (+12 -0)
📝 src/app/server/session.js (+19 -5)
📝 src/client/common/constants.js (+1 -1)
📝 src/client/components/session/index.jsx (+40 -47)
src/client/components/terminal-info/activity.jsx (+39 -0)
src/client/components/terminal-info/base.jsx (+29 -0)
src/client/components/terminal-info/content.jsx (+91 -0)
src/client/components/terminal-info/disk.jsx (+39 -0)
src/client/components/terminal-info/index.jsx (+21 -0)
src/client/components/terminal-info/network.jsx (+108 -0)
src/client/components/terminal-info/resource.jsx (+28 -0)
src/client/components/terminal-info/run-cmd.js (+274 -0)
src/client/components/terminal-info/terminal-info.styl (+26 -0)
src/client/components/terminal-info/up.jsx (+15 -0)
📝 src/client/components/terminal/index.jsx (+38 -27)
📝 src/client/components/terminal/terminal.styl (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/1673 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 5/3/2020 **Status:** ✅ Merged **Merged:** 5/3/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1657` --- ### 📝 Commits (6) - [`a73569e`](https://github.com/electerm/electerm/commit/a73569e8e3b43d251d8b2c1f29a969966dea4f8a) save - [`516bc05`](https://github.com/electerm/electerm/commit/516bc05a659ff3281a1a5b7a68026007047d8cd9) Merge branch 'master' of github.com:electerm/electerm into fix-1657 - [`4d1b633`](https://github.com/electerm/electerm/commit/4d1b633c44a5841e6bdd3589fff55eb0396eafd9) save - [`bf207a3`](https://github.com/electerm/electerm/commit/bf207a3b11b4f24b842d026578d5eb256c722c6b) Merge branch 'master' of github.com:electerm/electerm into fix-1657 - [`6dabcf7`](https://github.com/electerm/electerm/commit/6dabcf780603030bc6eb1b1a0609e25bec3c883a) save - [`5582be0`](https://github.com/electerm/electerm/commit/5582be04315ea397c1b3f088cfbd5181b6e61d88) save ### 📊 Changes **16 files changed** (+781 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `src/app/server/server.js` (+12 -0) 📝 `src/app/server/session.js` (+19 -5) 📝 `src/client/common/constants.js` (+1 -1) 📝 `src/client/components/session/index.jsx` (+40 -47) ➕ `src/client/components/terminal-info/activity.jsx` (+39 -0) ➕ `src/client/components/terminal-info/base.jsx` (+29 -0) ➕ `src/client/components/terminal-info/content.jsx` (+91 -0) ➕ `src/client/components/terminal-info/disk.jsx` (+39 -0) ➕ `src/client/components/terminal-info/index.jsx` (+21 -0) ➕ `src/client/components/terminal-info/network.jsx` (+108 -0) ➕ `src/client/components/terminal-info/resource.jsx` (+28 -0) ➕ `src/client/components/terminal-info/run-cmd.js` (+274 -0) ➕ `src/client/components/terminal-info/terminal-info.styl` (+26 -0) ➕ `src/client/components/terminal-info/up.jsx` (+15 -0) 📝 `src/client/components/terminal/index.jsx` (+38 -27) 📝 `src/client/components/terminal/terminal.styl` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 00:57:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3595
No description provided.