|
@@ -226,7 +226,9 @@
|
|
|
{if $domain.ssl == 1}
|
|
{if $domain.ssl == 1}
|
|
|
<i class="fas fa-check fa-fw"></i>
|
|
<i class="fas fa-check fa-fw"></i>
|
|
|
{else}
|
|
{else}
|
|
|
- <i class="fas fa-times fa-fw"></i>
|
|
|
|
|
|
|
+ {if $domain.domainNS == 'self'}
|
|
|
|
|
+ <i class="fas fa-times fa-fw"></i>
|
|
|
|
|
+ {/if}
|
|
|
{/if}
|
|
{/if}
|
|
|
</td>
|
|
</td>
|
|
|
<td style="text-align:center;padding:5px;">
|
|
<td style="text-align:center;padding:5px;">
|
|
@@ -271,7 +273,9 @@
|
|
|
{if $subdomain.ssl == 1}
|
|
{if $subdomain.ssl == 1}
|
|
|
<i class="fas fa-check fa-fw"></i>
|
|
<i class="fas fa-check fa-fw"></i>
|
|
|
{else}
|
|
{else}
|
|
|
- <i class="fas fa-times fa-fw"></i>
|
|
|
|
|
|
|
+ {if $domain.domainNS == 'self'}
|
|
|
|
|
+ <i class="fas fa-times fa-fw"></i>
|
|
|
|
|
+ {/if}
|
|
|
{/if}
|
|
{/if}
|
|
|
</td>
|
|
</td>
|
|
|
<td style="min-width:50px;text-align:center;padding:5px;">
|
|
<td style="min-width:50px;text-align:center;padding:5px;">
|