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