mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
WEB. Improved Lets Encrypt interface
This commit is contained in:
parent
e91f5c6da8
commit
0e18fc669a
36 changed files with 122 additions and 13 deletions
|
@ -232,7 +232,13 @@ sort-bandwidth="<?=$data[$key]['U_BANDWIDTH']?>" sort-disk="<?=$data[$key]['U_DI
|
|||
<div class="l-unit__stat-cols clearfix">
|
||||
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('SSL Support')?>:</div>
|
||||
<div class="l-unit__stat-col l-unit__stat-col--right">
|
||||
<b><?=__($data[$key]['SSL'])?></b>
|
||||
<b>
|
||||
<? if(empty($data[$key]['LETSENCRYPT'])){
|
||||
echo __($data[$key]['SSL']);
|
||||
} else {
|
||||
echo __('Lets Encrypt');
|
||||
}?>
|
||||
</b>
|
||||
</div>
|
||||
</div>
|
||||
<? } ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue