Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
update: README screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
XZB-1248 committed Oct 18, 2022
1 parent c421930 commit befcd1c
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file modified screenshots/explorer.ZH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/overview.ZH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/terminal.ZH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions web/src/components/terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ function TerminalModal(props) {
/>
<div
style={{
padding: '0 5px',
backgroundColor: '#000',
padding: '0 0 0 5px',
backgroundColor: '#000'
}}
ref={termRef}
/>
Expand Down
4 changes: 2 additions & 2 deletions web/src/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"OVERVIEW.NETWORK": "Network",
"OVERVIEW.OPERATIONS": "Operations",
"OVERVIEW.TERMINAL": "Terminal",
"OVERVIEW.PROC_MANAGER": "Process Manager",
"OVERVIEW.PROC_MANAGER": "Process",
"OVERVIEW.EXPLORER": "Explorer",
"OVERVIEW.RUN": "Run",
"OVERVIEW.SCREENSHOT": "Screenshot",
Expand All @@ -44,7 +44,7 @@
"OVERVIEW.RESTART": "Restart",
"OVERVIEW.SHUTDOWN": "Shutdown",
"OVERVIEW.OFFLINE": "Offline",
"OVERVIEW.GENERATE": "Generate client",
"OVERVIEW.GENERATE": "Generate Client",
"OVERVIEW.OPERATION_CONFIRM": "Are you sure to {0} this device?",
"OVERVIEW.OPERATION_SUCCESS": "Operation executed",

Expand Down

0 comments on commit befcd1c

Please sign in to comment.