2018-12-17 18:32:26 +00:00
|
|
|
{{layout/logo-heading
|
2022-03-17 16:42:15 -04:00
|
|
|
title=(localize 'space_delete')
|
2022-03-08 12:50:34 -05:00
|
|
|
desc=(localize 'no_undo')
|
2018-12-17 18:32:26 +00:00
|
|
|
icon=constants.Icon.Delete}}
|
|
|
|
|
|
|
|
<form>
|
|
|
|
<div class="form-group">
|
2022-03-08 12:50:34 -05:00
|
|
|
<label>{{localize 'space_delete_prompt'}}</label>
|
|
|
|
{{focus-input id="delete-space-name" type="text" value=deleteSpaceName class="form-control mousetrap" placeholder=(localize 'name') autocomplete="off"}}
|
|
|
|
<small class="form-text text-muted">{{localize 'space_delete_warn'}}</small>
|
2018-12-17 18:32:26 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
{{ui/ui-button
|
|
|
|
color=constants.Color.Red
|
|
|
|
icon=constants.Icon.Delete
|
2022-03-01 22:40:51 -05:00
|
|
|
label=(localize 'delete')
|
2018-12-17 18:32:26 +00:00
|
|
|
light=true
|
2018-12-18 11:12:11 +00:00
|
|
|
onClick=(action "onDelete")}}
|