add button for writing data

pull/10616/head
Jade McGough 2017-05-12 11:45:32 -07:00
parent 29680268a4
commit 4fff9b8b44
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ const Header = React.createClass({
<div className="page-header__right">
<GraphTips />
<SourceIndicator sourceName={this.context.source.name} />
<div className="btn btn-sm btn-info">
<span className="icon pencil" />
Write Data
</div>
<AutoRefreshDropdown
onChoose={handleChooseAutoRefresh}
selected={autoRefresh}