opensensorhub / osh-core

OpenSensorHub Core Modules
http://docs.opensensorhub.org
Mozilla Public License 2.0
32 stars 16 forks source link

In client configuration UI, "SensorID" and "Remote Host" fields should be marked as required #79

Closed jamesyarrington closed 7 years ago

jamesyarrington commented 7 years ago

As seen when browsing the configuration of an SOS-T Client, these fields are not marked as required:

  1. SensorID (General tab)
  2. Remote Host (SOS Endpoint tab)

In other module configurations, required fields are marked with a red !.

I assume that these fields are required, because I receive an error message like

Could not start SOS-T Client. Host cannot be null.

when I try to start the module without defining either of those fields.