Compare commits
3 Commits
8657bdc23a
...
92dd718362
| Author | SHA1 | Date | |
|---|---|---|---|
| 92dd718362 | |||
| 7d15b67463 | |||
| 12b2d85fb4 |
@@ -270,7 +270,7 @@ async function openServiceDetailModal(unit, name, icon) {
|
|||||||
'</div>';
|
'</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (effectiveEnabled || data.enabled) {
|
if ((effectiveEnabled || data.enabled) && unit !== "phpfpm-nextcloud.service" && unit !== "phpfpm-wordpress.service") {
|
||||||
html += '<div class="svc-detail-section svc-detail-restart-section">' +
|
html += '<div class="svc-detail-section svc-detail-restart-section">' +
|
||||||
'<div class="svc-detail-section-title">Troubleshooting</div>' +
|
'<div class="svc-detail-section-title">Troubleshooting</div>' +
|
||||||
'<p class="svc-detail-desc">If you\'re experiencing issues with this service, try restarting it.</p>' +
|
'<p class="svc-detail-desc">If you\'re experiencing issues with this service, try restarting it.</p>' +
|
||||||
|
|||||||
Reference in New Issue
Block a user