8 lines
235 B
Handlebars
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}}
|