Этот коммит содержится в:
it33
2015-09-25 21:53:37 -07:00
родитель 4f81f8826b
Коммит 5548bdfd36

Просмотреть файл

@@ -140,7 +140,7 @@ export default class RateSettings extends React.Component {
/> />
{'false'} {'false'}
</label> </label>
<p className='help-text'>{'When enabled throttles rate at which APIs respond.'}</p> <p className='help-text'>{'When true, APIs are throttled at rates specified below.'}</p>
</div> </div>
</div> </div>
@@ -228,7 +228,7 @@ export default class RateSettings extends React.Component {
className='control-label col-sm-4' className='control-label col-sm-4'
htmlFor='VaryByHeader' htmlFor='VaryByHeader'
> >
{'Limit By Http Header:'} {'Limit By HTTP Header:'}
</label> </label>
<div className='col-sm-8'> <div className='col-sm-8'>
<input <input
@@ -241,7 +241,7 @@ export default class RateSettings extends React.Component {
onChange={this.handleChange} onChange={this.handleChange}
disabled={!this.state.EnableRateLimiter || this.state.VaryByRemoteAddr} disabled={!this.state.EnableRateLimiter || this.state.VaryByRemoteAddr}
/> />
<p className='help-text'>{'When filled in, vary rate limiting by http header field specified (e.g. when configuring ngnix set to "X-Real-IP", when configuring AmazonELB set to "X-Forwarded-For").'}</p> <p className='help-text'>{'When filled in, vary rate limiting by HTTP header field specified (e.g. when configuring ngnix set to "X-Real-IP", when configuring AmazonELB set to "X-Forwarded-For").'}</p>
</div> </div>
</div> </div>