Moves feedback button as a component.

When callstats is not configured hide the button.
This commit is contained in:
damencho
2017-01-31 16:38:34 -06:00
committed by Lyubomir Marinov
parent 7fa17322a1
commit 0765c60d77
4 changed files with 34 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ import { connect as reactReduxConnect } from 'react-redux';
import { connect, disconnect } from '../../base/connection';
import { Watermarks } from '../../base/react';
import { FeedbackButton } from '../../feedback';
/**
* For legacy reasons, inline style for display none.
@@ -83,9 +84,9 @@ class Conference extends Component {
className = 'toolbar'
id = 'extendedToolbar'>
<div id = 'extendedToolbarButtons' />
<a
className = 'button icon-feedback'
id = 'feedbackButton' />
<FeedbackButton />
<div id = 'sideToolbarContainer' />
</div>
<div id = 'videospace'>