<%namespace name="shared" file="shared_components.mako" /> ${shared.header("ZooKeeper Browser > Tree > %s > %s" % (cluster['nice_name'], path))}

${cluster['nice_name'].lower()} :: ${path}


% for child in children: % endfor
Children
${child} Delete

${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


% for key in ('pzxid', 'ctime', 'aversion', 'mzxid', \ 'ephemeralOwner', 'version', 'mtime', 'cversion', 'czxid'): % endfor
Key Value
${key}${znode[key]}

Details on stat information. ${shared.footer()}