diff --git a/admin/i18n/en/translations.json b/admin/i18n/en/translations.json index 0c8bf2c..fcbe5ff 100644 --- a/admin/i18n/en/translations.json +++ b/admin/i18n/en/translations.json @@ -1,4 +1,5 @@ { + "Main settings": "Main settings", "Devices": "Devices", "Enabled": "Enabled", "Extended Info": "Extended Info", @@ -11,6 +12,8 @@ "tooltip_interval": "Polling interval in ms", "tooltip_noHostname": "Do not include the host name into state's names: ping.0.127_0_0_1 / ping.0.host.127_0_0_1", "No host name in state name": "No host name in state name", + "Allow with setcap the required rights for ping": "Allow with setcap the required rights for ping", + "This allows to run ping without root rights": "This allows to run ping without root rights", "Interval": "Ping interval", "ms": "milliseconds", "Number of retries": "Number of retries", diff --git a/package.json b/package.json index b2af809..0dae4df 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ }, "main": "main.js", "files": [ - "admin/", - "!admin/I18n/", + "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}", + "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "lib/", "io-package.json", "LICENSE",