Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.38k stars 1.06k forks source link

Lookup Tables create form single/multi-value type null #5755

Open kyleknighted opened 5 years ago

kyleknighted commented 5 years ago

Expected Behavior

Create Lookup Tables form would render single-value and multi-value input fields with a proper default option and the correct styles and options for the dropdown.

Current Behavior

Create Lookup Tables form has an issue with the single-value and multi-value input fields.

Steps to Reproduce (for bugs)

  1. Load Create Lookup Tables form - host:port/system/lookuptables/create
  2. Tick the single and multi-value check boxes

image image

Your Environment

bernd commented 5 years ago
  • null is also an option in the dropdown

This is on purpose because a user might not want to have a default value. I agree that the naming is not very good and we should use better naming and even make it more obvious what it does. :smiley:

kyleknighted commented 5 years ago

@bernd the styles still seem to be busted, as normally that dropdown would look like the following

image