Open
Description
Now anything we enter in CLI will cause the whole page refreshed.
This is unnecessary. Failed commands and GET commands should NOT cause refresh.
And if the command won't affect the tree, no need to fetch the tree data as well.
The point is the front-end should make as less API calls as possible.