|
|
@@ -260,7 +260,11 @@
|
|
|
</td>
|
|
|
<td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
{if $subdomain.DNS != 1}
|
|
|
- <i class="fas fa-power-off fa-fw"></i>
|
|
|
+ {if $domain.domainNS == 'self'}
|
|
|
+ <i class="fas fa-power-off fa-fw"></i>
|
|
|
+ {else}
|
|
|
+ <i class="fas fa-info fa-fw"></i>
|
|
|
+ {/if}
|
|
|
{/if}
|
|
|
</td>
|
|
|
<td style="min-width:50px;text-align:center;padding:5px;{if $subdomain.ssl == 1}color:green;{else}color:red;{/if}">
|