Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6e0a95

Browse files
committed
fix: remove deployment bar info icon and adjust language
Re@bpmct's feedback
1 parent62a64d5 commitf6e0a95

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

‎site/src/components/DeploymentBanner/DeploymentBannerView.tsx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { MONOSPACE_FONT_FAMILY } from "theme/constants"
99
importTooltipfrom"@material-ui/core/Tooltip"
1010
import{LinkasRouterLink}from"react-router-dom"
1111
importLinkfrom"@material-ui/core/Link"
12-
importInfoIconfrom"@material-ui/icons/InfoOutlined"
1312
import{VSCodeIcon}from"components/Icons/VSCodeIcon"
1413
importDownloadIconfrom"@material-ui/icons/CloudDownload"
1514
importUploadIconfrom"@material-ui/icons/CloudUpload"
@@ -120,19 +119,18 @@ export const DeploymentBannerView: FC<DeploymentBannerViewProps> = ({
120119
<Tooltiptitle={`Activity in the last ~${aggregatedMinutes} minutes`}>
121120
<divclassName={styles.category}>
122121
Transmission
123-
<InfoIcon/>
124122
</div>
125123
</Tooltip>
126124

127125
<divclassName={styles.values}>
128-
<Tooltiptitle="Data sentthrough workspace workspaces">
126+
<Tooltiptitle="Data sentto workspaces">
129127
<divclassName={styles.value}>
130128
<DownloadIcon/>
131129
{stats ?prettyBytes(stats.workspaces.rx_bytes) :"-"}
132130
</div>
133131
</Tooltip>
134132
<ValueSeparator/>
135-
<Tooltiptitle="Data sent fromworkspace connections">
133+
<Tooltiptitle="Data sent fromworkspaces">
136134
<divclassName={styles.value}>
137135
<UploadIcon/>
138136
{stats ?prettyBytes(stats.workspaces.tx_bytes) :"-"}
@@ -287,12 +285,6 @@ const useStyles = makeStyles((theme) => ({
287285
category:{
288286
marginRight:theme.spacing(2),
289287
color:theme.palette.text.hint,
290-
291-
"& svg":{
292-
width:12,
293-
height:12,
294-
marginBottom:2,
295-
},
296288
},
297289
values:{
298290
display:"flex",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp