diff --git a/app/sovran_systemsos_web/static/js/service-detail.js b/app/sovran_systemsos_web/static/js/service-detail.js index 1bde524..0920cae 100644 --- a/app/sovran_systemsos_web/static/js/service-detail.js +++ b/app/sovran_systemsos_web/static/js/service-detail.js @@ -270,7 +270,7 @@ async function openServiceDetailModal(unit, name, icon) { ''; } - if (effectiveEnabled || data.enabled) { + if ((effectiveEnabled || data.enabled) && unit !== "phpfpm-nextcloud.service" && unit !== "phpfpm-wordpress.service") { html += '
' + '
Troubleshooting
' + '

If you\'re experiencing issues with this service, try restarting it.

' +