We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a4435 commit d469797Copy full SHA for d469797
scripts/lua/host_details.lua
@@ -924,6 +924,14 @@ else
924
print(' <span class="badge bg-success">' ..
925
i18n("details.label_rdp_server") .. '</span>')
926
end
927
+ if (host.services.modbus) then
928
+ print(' <span class="badge bg-success">' ..
929
+ i18n("details.label_modbus_server") .. '</span>')
930
+ end
931
+ if (host.services.s7comm) then
932
933
+ i18n("details.label_s7comm_server") .. '</span>')
934
935
936
937
if (host["dhcp_server"] == true) then
0 commit comments