travis-web/app/templates/components/limit-concurrent-builds.hbs
2015-07-22 11:30:32 +02:00

8 lines
235 B
Handlebars

{{travis-switch active=enabled description=description action="toggle"}}
{{#if enabled}}
{{input pattern="/^[0-9]+$/" value=value on="key-up" action="limitChanged"}}
{{/if}}
{{#if isSaving}}
{{loading-indicator inline=true}}
{{/if}}