Apparently each service has its own CSS ID.
example: <div class="flextable-row" id="services_ntpd" ...
You can find the ID in Firefox DevTools.
It seems possible to hide the display by adding CSS to the corresponding ID using an extension such as Stylus.
example: #services_ntpd { display: none; }
example: <div class="flextable-row" id="services_ntpd" ...
You can find the ID in Firefox DevTools.
It seems possible to hide the display by adding CSS to the corresponding ID using an extension such as Stylus.
example: #services_ntpd { display: none; }