andre 3 лет назад
Родитель
Сommit
69cc1bf2d4
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      clientarea.tpl

+ 3 - 1
clientarea.tpl

@@ -255,7 +255,9 @@
                                           <i class="fas {if $subdomain.DNS == 1}fa-check{else}fa-times{/if} fa-fw"></i>
                                         </td>
                                         <td style="min-width:50px;text-align:center;padding:5px;">
-                                          <i class="fas fa-power-off fa-fw"></i>
+                                          {if $subdomain.DNS != 1}
+                                            <i class="fas fa-power-off fa-fw"></i>
+                                          {/if}
                                         </td>
                                         <td style="min-width:50px;text-align:center;padding:5px;{if $subdomain.ssl == 1}color:green;{else}color:red;{/if}">
                                           {if $subdomain.ssl == 1}