2017-03-31 22:40:48 +02:00
|
|
|
{{#with realm_domain}}
|
2017-04-15 05:08:51 +02:00
|
|
|
<tr>
|
2016-12-26 19:19:02 +01:00
|
|
|
<td class="domain">{{domain}}</td>
|
2017-12-02 18:44:39 +01:00
|
|
|
<td>
|
|
|
|
<label class="checkbox">
|
|
|
|
<input type="checkbox" class="allow-subdomains"
|
2018-04-03 10:07:23 +02:00
|
|
|
{{#if allow_subdomains}} checked="checked" {{/if}} />
|
2017-12-02 18:44:39 +01:00
|
|
|
<span></span>
|
|
|
|
</label>
|
|
|
|
</td>
|
2017-07-18 01:39:05 +02:00
|
|
|
<td><button class="button btn-danger small rounded delete_realm_domain">{{t "Remove" }}</button></td>
|
2017-04-15 05:08:51 +02:00
|
|
|
</tr>
|
2016-12-26 19:19:02 +01:00
|
|
|
{{/with}}
|