DeemOpen / zkui

A UI dashboard that allows CRUD operations on Zookeeper.
2.36k stars 977 forks source link

correctly display value with new lines #109

Open gouzhuang opened 1 year ago

gouzhuang commented 1 year ago

If the value is a multi-line text such as a yaml, when displayed spaces are compressed and newlines are removed. An example looks like this: test_yaml_old

This pull request proposes a solution that preserves spaces and newlines, looks like this: test_yaml_new