qiuxiafei / zk-web

A web UI for zookeeper
500 stars 153 forks source link

Sort zookeeper nodes, print mtime & ctime human-readable too and copy to clipboard #38

Closed Sh4pe closed 5 years ago

Sh4pe commented 5 years ago

This pull request contains three improvements that were bothering me for quite some time:

  1. The nodes in the Children section are now sorted by their name.
  2. The values in the Node Stat section are now printed by the key
  3. In the Node Stat section, I've added fields ctime-pretty and mtime-pretty that are human-readable representations of ctime and mtime
  4. There is a "copy to clipboard" button in the headline of the page now. Once clicked upon, the path of the current zookeeper node is copied to clipboard.

Please let me know what you think. And if you like it, please merge it :)

qiuxiafei commented 5 years ago

Good job!Thanks!

Sh4pe commented 5 years ago

Closes #19.