Merge pull request #266 from naturallaw777/copilot/remove-restart-service-button

[WIP] Remove Restart Service button from Nextcloud and WordPress service modals
This commit is contained in:
Sovran_Systems
2026-04-16 12:54:05 -05:00
committed by GitHub

View File

@@ -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>' +