Browse Source

Fix: Fix typo

pull/452/head
Nelson Chan 3 years ago
committed by GitHub
parent
commit
2eab919ae0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/EditMonitor.vue

2
src/pages/EditMonitor.vue

@ -238,7 +238,7 @@ export default {
// Source: https://stackoverflow.com/questions/106179/regular-expression-to-match-dns-hostname-or-ip-address
// Modified to disallow IP addresses with port
// eslint-disable-next-line
hostnameRegexPattern: "^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-\\.]*[a-zA-Z0-9]\\.))*([A-Za-z]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z]))$"
hostnameRegexPattern: "^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\.]*[a-zA-Z0-9]\\.))*([A-Za-z]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z]))$"
}
},

Loading…
Cancel
Save