Add a public URL field for monitors and uses it on the status page (#5435)

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Ionys
2025-05-10 19:05:37 +02:00
committed by GitHub
parent 86b3ef9c86
commit 2b3f49a266
8 changed files with 58 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ class Monitor extends BeanModel {
};
if (this.sendUrl) {
obj.url = this.url;
obj.url = this.customUrl ?? this.url;
}
if (showTags) {