File tree Expand file tree Collapse file tree 3 files changed +17
-18
lines changed
src/internal-plugins/ssh-tunnel-status Expand file tree Collapse file tree 3 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 140
140
"@mongodb-js/compass-auth-kerberos" : " ^0.0.2" ,
141
141
"@mongodb-js/compass-auth-ldap" : " ^0.0.2" ,
142
142
"@mongodb-js/compass-auth-x509" : " ^0.0.3" ,
143
- "@mongodb-js/compass-connect" : " ^0.0.8 " ,
143
+ "@mongodb-js/compass-connect" : " ^0.1.0 " ,
144
144
"@mongodb-js/compass-crud" : " 0.7.1" ,
145
145
"@mongodb-js/compass-deployment-awareness" : " ^5.0.0" ,
146
146
"@mongodb-js/compass-document-validation" : " ^5.0.0" ,
200
200
"marky" : " ^1.2.0" ,
201
201
"moment" : " ^2.10.6" ,
202
202
"mongodb-collection-model" : " ^0.4.0" ,
203
- "mongodb-connection-model" : " ^10.4.0 " ,
204
- "mongodb-data-service" : " ^8.2 .0" ,
203
+ "mongodb-connection-model" : " ^10.4.1 " ,
204
+ "mongodb-data-service" : " ^8.3 .0" ,
205
205
"mongodb-database-model" : " ^0.1.2" ,
206
206
"mongodb-explain-plan-model" : " ^0.2.2" ,
207
207
"mongodb-extended-json" : " ^1.10.0" ,
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ class SSHTunnelStatusComponent extends React.Component {
22
22
onMouseOver = { this . props . actions . showFullHostPort }
23
23
onMouseOut = { this . props . actions . showTruncatedHostPort } >
24
24
< FontAwesome name = "lock" className = "ssh-tunnel-status-icon ssh-tunnel-status-icon-lock" />
25
- < span className = "ssh-tunnel-status-label" >
26
- < span className = "ssh-tunnel-status-label-is-static" >
25
+ < div className = "ssh-tunnel-status-label" >
26
+ < div className = "ssh-tunnel-status-label-is-static" >
27
27
SSH connection via
28
- </ span >
29
- < span className = "ssh-tunnel-status-hostportstring" >
28
+ </ div >
29
+ < div className = "ssh-tunnel-status-hostportstring" >
30
30
{ this . props . sshTunnelHostPortString }
31
- </ span >
32
- </ span >
31
+ </ div >
32
+ </ div >
33
33
</ div >
34
34
) ;
35
35
}
Original file line number Diff line number Diff line change 1
1
.ssh-tunnel-status {
2
+ margin-left : 10px ;
3
+ display : flex ;
4
+ flex-direction : row ;
5
+ align-items : center ;
2
6
3
7
&-icon {
4
8
&-lock { font-size : 12px ; }
10
14
flex-grow : 0 ;
11
15
flex-shrink : 0 ;
12
16
text-align : right ;
13
- padding-top : 5px ;
14
17
}
15
18
16
19
&-label {
17
20
color : @gray0 ;
18
- flex-basis : auto ;
19
- flex-grow : 0 ;
20
- flex-shrink : 0 ;
21
- font-size : 14px ;
22
- line-height : 1 ;
23
- padding-top : 3px ;
24
- padding-bottom : 8px ;
25
- padding-right : 20px ;
21
+ font-size : 12px ;
22
+ display : flex ;
23
+ flex-direction : row ;
24
+ align-items : center ;
26
25
27
26
&-is-static {
28
27
font-size : 11px ;
You can’t perform that action at this time.
0 commit comments