-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keys on the root path not shown #33
Comments
If the key is not built according to the directory form, the changes are a bit large. There is a tree button click to change the mode of viewing the key. |
@evildecay Test case:
|
I see what you mean. Generally, configuration management uses a directory as a hierarchical structure to store data, such as zookeeper and etcdv2. So never consider the key-value way to store data. I can improve the display of keys in key-value mode. dir-mode I have time and I will consider displaying correctly. |
As it turned out, not all 😞It was a surprise for me too 🤷♂ |
Bummer, I thought I had a bug in my code for a long time 😄 |
Etcdkeeper shows only keys that have a prefix "/".
Expected: show all keys.
The text was updated successfully, but these errors were encountered: