Merge branch 'master' into master

This commit is contained in:
Nathaniel van Diepen
2018-01-24 08:44:56 -07:00
committed by GitHub
6 changed files with 73 additions and 39 deletions

View File

@@ -142,11 +142,12 @@ var Options = React.createClass({
}
return (
<SitesList
handleChange={that._updateWhitelistState}
label="Whitelist"
sites={that.state.whitelist}
helpText="Sites that you want to show in your reports." />
<SitesList
handleChange={that._updateWhitelistState}
label="Whitelist"
sites={that.state.whitelist}
placeholder="http://google.com&#10;http://myproject.com@@MyProject"
helpText="Sites that you want to show in your reports. You can assign URL to project by adding @@YourProject at the end of line." />
);
};