m-lab / murakami-viz

A visualization service of Murakami tests using Koa and React.
Apache License 2.0
1 stars 1 forks source link

custom dns servers field documentation and UI display #104

Closed critzo closed 4 years ago

critzo commented 4 years ago

When adding a library network that has multiple custom DNS servers, the field help should state that the comma separated list of DNS servers should not include spaces. A space after a comma causes the save step to fail. Additionally, the display of DNS servers is inside curly braces in the UI which should be removed when displaying the saved value: image

rudietuesdays commented 4 years ago

Looks like some of this code that had been done to address this was lost in a merge, adding back in now!

jheretic commented 4 years ago

Fixed by #106