This repository was archived by the owner on Feb 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import UserStatus from '../component/Dashboard/UserStatus.jsx'
29
29
import ContentTypeBtn from '../component/Dashboard/ContentTypeBtn.jsx'
30
30
import RecentActivity from '../component/Dashboard/RecentActivity.jsx'
31
31
import MemberList from '../component/Dashboard/MemberList.jsx'
32
- import MoreInfo from '../component/Dashboard/MoreInfo.jsx'
32
+ // import MoreInfo from '../component/Dashboard/MoreInfo.jsx'
33
33
34
34
class Dashboard extends React . Component {
35
35
constructor ( props ) {
@@ -319,13 +319,18 @@ class Dashboard extends React.Component {
319
319
/>
320
320
</ div >
321
321
322
- < MoreInfo
323
- onClickToggleWebdav = { this . handleToggleWebdavBtn }
324
- displayWebdavBtn = { state . displayWebdavBtn }
325
- onClickToggleCalendar = { this . handleToggleCalendarBtn }
326
- displayCalendarBtn = { state . displayCalendarBtn }
327
- t = { props . t }
328
- />
322
+ { /*
323
+ AC - 11/09/2018 - not included in v2.0 roadmap
324
+
325
+ <MoreInfo
326
+ onClickToggleWebdav={this.handleToggleWebdavBtn}
327
+ displayWebdavBtn={state.displayWebdavBtn}
328
+ onClickToggleCalendar={this.handleToggleCalendarBtn}
329
+ displayCalendarBtn={state.displayCalendarBtn}
330
+ t={props.t}
331
+ />
332
+ */ }
333
+
329
334
</ PageContent >
330
335
</ PageWrapper >
331
336
</ div >
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react'
2
2
import { connect } from 'react-redux'
3
3
import { withRouter , Redirect } from 'react-router'
4
4
import { translate } from 'react-i18next'
5
- import LoginLogo from '../component/Login/LoginLogo.jsx'
6
- import LoginLogoImg from '../img/logoTracimWhite.svg'
5
+ // import LoginLogo from '../component/Login/LoginLogo.jsx'
6
+ // import LoginLogoImg from '../img/logoTracimWhite.svg'
7
7
import Card from '../component/common/Card/Card.jsx'
8
8
import CardHeader from '../component/common/Card/CardHeader.jsx'
9
9
import CardBody from '../component/common/Card/CardBody.jsx'
@@ -113,7 +113,13 @@ class Login extends React.Component {
113
113
< section className = 'loginpage primaryColorBg' >
114
114
< div className = 'container-fluid' >
115
115
116
- < LoginLogo customClass = 'loginpage__logo' logoSrc = { LoginLogoImg } />
116
+ { /*
117
+ AC - 11/09/2018 - disable the logo to leave more space for the login form
118
+ <LoginLogo
119
+ customClass='loginpage__logo'
120
+ logoSrc={LoginLogoImg}
121
+ />
122
+ */ }
117
123
118
124
< div className = 'row justify-content-center' >
119
125
< div className = 'col-12 col-sm-11 col-md-8 col-lg-6 col-xl-4' >
Original file line number Diff line number Diff line change 11
11
padding 50px 0
12
12
width 170px
13
13
& __connection
14
- margin-bottom 50px
15
14
border none
16
15
box-shadow shadow-right
17
16
border-radius 7px 7px 5px 5px
You can’t perform that action at this time.
0 commit comments