{{#if isShowingNewModal}} {{#modal-dialog attachment="middle center" translucentOverlay=true}}

New simulator

{{input id='name' placeholder='Enter simulator name' value=name}}
{{input id='simulatorid' type='number' value=simulatorid min='1' max='255'}}
{{input id='endpoint' placeholder='Enter endpoint' value=endpoint}}
{{#if errorMessage}}

Error: {{errorMessage}}

{{/if}} {{/modal-dialog}} {{/if}} {{#if isShowingDeleteModal}} {{#modal-dialog attachment="middle center" translucentOverlay=true}}

Delete simulator

Are you sure you want to delete the simulator {{simulator.name}}?

{{/modal-dialog}} {{/if}} {{#if isShowingEditModal}} {{#modal-dialog attachment="middle center" translucentOverlay=true}}

New simulator

{{input id='name' placeholder='Enter simulator name' value=simulatorName}}
{{input id='simulatorid' type='number' value=simulatorid min='1' max='255'}}
{{input id='endpoint' placeholder='Enter endpoint' value=simulatorEndpoint}}
{{#if errorMessage}}

Error: {{errorMessage}}

{{/if}} {{/modal-dialog}} {{/if}} {{#if isShowingRunningModal}} {{#modal-dialog attachment="middle center" translucentOverlay=true}}

Simulator running

{{simulator.name}}:
{{/modal-dialog}} {{/if}}