Skip to content

Commit 9c55612

Browse files
authored
Merge pull request #1723 from master3395/v2.5.5-dev
V2.5.5 dev
2 parents 1afbfde + 6c7143a commit 9c55612

File tree

4 files changed

+35
-370
lines changed

4 files changed

+35
-370
lines changed

docs/WINDOWS_INSTALLATION_GUIDE.md

Lines changed: 0 additions & 329 deletions
This file was deleted.

to-do/MARIADB-ROLLBACK-FROM-BACKUP.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

websiteFunctions/templates/websiteFunctions/launchChild.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% get_current_language as LANGUAGE_CODE %}
88
<!-- Current language: {{ LANGUAGE_CODE }} -->
99

10-
<div ng-controller="launchChild" ng-init="childDomainName='{{ childDomain }}'; masterDomain='{{ domain }}'">
10+
<div ng-controller="launchChild" ng-init="childDomainName='{{ childDomain }}'; masterDomain='{{ domain }}'; childPath='{{ childPath|escapejs }}'">
1111

1212
<style>
1313
/* Ultra-Modern CyberPanel Design System */
@@ -864,6 +864,13 @@ <h3 class="content-box-header">
864864
</a>
865865
</div>
866866

867+
<div class="col-md-3">
868+
<a ng-click="issueSSL(childDomainName, childPath)" href="" class="icon-box" title="{% trans 'Obtain or restore Let\'s Encrypt SSL (default)' %}">
869+
<i class="fas fa-certificate" style="font-size: 48px; color: var(--info-color);"></i>
870+
<span class="h4">{% trans "Issue SSL" %}</span>
871+
</a>
872+
</div>
873+
867874
<div class="col-md-3">
868875
<a ng-click="changePHPMaster()" href="" class="icon-box" title="{% trans 'Change PHP Version' %}">
869876
<i class="fab fa-php" style="font-size: 48px; color: var(--info-color);"></i>
@@ -891,9 +898,9 @@ <h3 class="content-box-header">
891898
</div>
892899

893900
<div class="form-group">
894-
<div style="margin-bottom: 20px; text-align: right;">
895-
<button ng-click="hidesslbtn()" type="button" class="btn btn-link" style="color: var(--danger-color);">
896-
<i class="fas fa-times" style="font-size: 20px;"></i>
901+
<div style="margin-bottom: 20px; display: flex; justify-content: center; align-items: center;">
902+
<button ng-click="hidesslbtn()" type="button" class="btn btn-link" style="color: var(--danger-color); min-width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%;">
903+
<i class="fas fa-times" style="font-size: 24px;"></i>
897904
</button>
898905
</div>
899906
<div class="row">

0 commit comments

Comments
 (0)