{#if modal_open}
{ modal_open = false; }} >
{$_("create-a-new-scan-fixed-only")}
{$_( "please-provide-the-nessecary-information-to-create-a-new-scan" )}
{$_("runner")}
filterRunners(label, filterText, option)} items={runners} showChevron={true} placeholder={$_("search-for-runner-by-name-or-id")} noOptionsMessage={$_("no-runners-found")} on:select={(selectedValue) => (runner = selectedValue.detail.value.id)} on:clear={() => (runner = null)} />
{$_("distance")}
m
{#if !is_distance_valid}
{$_("the-scans-distance-must-be-greater-than-0m")}
{/if}
{$_("create")}
{ modal_open = false; }} type="button" class="cancel_modal_button" > {$_("cancel")}
{/if}