Merge pull request #121 from rgarmsen2295/mm-1445
MM-1445 Changed valet title and description for clarity
Этот коммит содержится в:
@@ -78,13 +78,14 @@ var FeatureTab = React.createClass({
|
|||||||
<button className={"btn btn-default "+valetActive[0]} onClick={function(){self.handleValetRadio("true")}}>On</button>
|
<button className={"btn btn-default "+valetActive[0]} onClick={function(){self.handleValetRadio("true")}}>On</button>
|
||||||
<button className={"btn btn-default "+valetActive[1]} onClick={function(){self.handleValetRadio("false")}}>Off</button>
|
<button className={"btn btn-default "+valetActive[1]} onClick={function(){self.handleValetRadio("false")}}>Off</button>
|
||||||
</div>
|
</div>
|
||||||
<div><br/>Warning: Turning on the Valet feature and using it with any third party software increases the risk of a security breach.</div>
|
<div><br/>Valet is a preview feature for enabling a non-user account limited to basic member permissions that can be manipulated by 3rd parties.<br/><br/>IMPORTANT: The preview version of Valet should not be used without a secure connection and a trusted 3rd party, since user credentials are used to connect. OAuth2 will be used in the final release.</div>
|
||||||
|
<br></br>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
valetSection = (
|
valetSection = (
|
||||||
<SettingItemMax
|
<SettingItemMax
|
||||||
title="Valet"
|
title="Valet (Preview - EXPERTS ONLY)"
|
||||||
inputs={inputs}
|
inputs={inputs}
|
||||||
submit={this.submitValetFeature}
|
submit={this.submitValetFeature}
|
||||||
server_error={server_error}
|
server_error={server_error}
|
||||||
@@ -102,7 +103,7 @@ var FeatureTab = React.createClass({
|
|||||||
|
|
||||||
valetSection = (
|
valetSection = (
|
||||||
<SettingItemMin
|
<SettingItemMin
|
||||||
title="Valet"
|
title="Valet (Preview - EXPERTS ONLY)"
|
||||||
describe={describe}
|
describe={describe}
|
||||||
updateSection={function(){self.props.updateSection("valet");}}
|
updateSection={function(){self.props.updateSection("valet");}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user