uptime-kuma/src/pages
Matthew Nickson b893d50e45
Implement specify Port for DNS Monitor #1059
This commit should fully implement #1059. When the user selects the DNS
monitor option, a new input box has been added below the resolver
address allowing the user to implement the port to access the resolver
on. This uses the same `monitor.port` as the TCP monitor but a monitor
has been added to prefill the port value to the default of `53` if the
value in this field has not already been set. This is then cleared if
the user selects a different monitor type and has not changed the port
value. A translation has also been added explaining what this field
does in order to reduce any confusion. JSDoc documentation has also been
added to the `dnsResolve` function in `util-server.js`.

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-04-13 21:02:19 +01:00
..
Dashboard.vue fix data type 2021-09-02 01:56:02 +08:00
DashboardHome.vue Use hideCount option for pagination 2021-10-29 13:37:38 +02:00
Details.vue Use hideCount option for pagination 2021-10-29 13:37:38 +02:00
EditMonitor.vue Implement specify Port for DNS Monitor #1059 2022-04-13 21:02:19 +01:00
Entry.vue add /status, alias of /status-page (#471) 2021-09-25 22:44:29 +08:00
List.vue Added animation for list page change 2021-08-21 23:01:43 +02:00
Settings.vue Fix #1016, .at() is not support in Safari 2021-12-09 01:19:09 +08:00
Setup.vue Recommended updates. 2021-10-18 13:25:53 -06:00
StatusPage.vue Merge branch 'master' into improve-translatables 2021-11-24 10:03:30 +01:00