diff --git a/components/ProbeDetails.vue b/components/ProbeDetails.vue index 54928f13..02a5d48f 100644 --- a/components/ProbeDetails.vue +++ b/components/ProbeDetails.vue @@ -67,8 +67,46 @@ City where the probe is located. If you know that city is wrong it can be changed here: type in the valid city and click save.
-Invalid tag
+ + +
+ Public tags of the probe. They can be used as location filters for a measurement. Format is u-${prefix}-${value}
where prefix is user/organization github login, and value is your custom string.
+
+ E.g. for user with github username "jimaek"
+ and tag "home1"
location filter is
+ { "tags": ["u-jimaek-home1"] }
.
+
Public tags of the probe. They can be used as location filters for a measurement. @@ -90,8 +137,10 @@