Merge pull request #245 from influxdata/misc-polish

Explorer Empty State
pull/10616/head
Todd Persen 2016-10-18 09:42:07 -07:00 committed by GitHub
commit 24334063f4
2 changed files with 2 additions and 1 deletions

View File

@ -109,6 +109,7 @@ const Explorer = React.createClass({
return (
<div className="query-editor__empty">
<h5>This Graph has no Queries</h5>
<br/>
<div className="btn btn-primary" role="button" onClick={this.handleAddQuery}>Add a Query</div>
</div>
);

View File

@ -341,7 +341,7 @@ $query-editor-height: 35vh;
padding: 18px 0;
min-height: $query-editor-height;
max-height: 80vh;
background-color: $g6-smoke;
background-color: $g7-graphite;
border-radius: 0 0 $radius $radius;
}