%namespace name="shared" file="shared_components.mako" />
${shared.header("ZooKeeper Browser > Tree > %s > %s" % (cluster['nice_name'], path))}
${cluster['nice_name'].lower()} :: ${path}
${shared.info_button(url('zkui.views.create', id=cluster['id'], path=path), 'Create New')}
data :: base64 :: length :: ${znode.get('dataLength', 0)}
${shared.info_button(url('zkui.views.edit_as_base64', id=cluster['id'], path=path), 'Edit as Base64')}
${shared.info_button(url('zkui.views.edit_as_text', id=cluster['id'], path=path), 'Edit as Text')}
stat information
| Key |
Value |
% for key in ('pzxid', 'ctime', 'aversion', 'mzxid', \
'ephemeralOwner', 'version', 'mtime', 'cversion', 'czxid'):
| ${key} | ${znode[key]} |
% endfor
Details on stat information.
${shared.footer()}