{% extends "base.html" %} {% block css %} {% endblock %} {% block content %}
Graphite Tree Browser

{%raw%} Bucket: {{graphiteCtrl.node.path}} {%endraw%}
{%raw%} {%endraw%}
Type Name Status Actions
{{ child.text }} {{ child.staleness && child.staleness > 86400 ? 'Stale' : 'Active'}} - Delete Metric Move Metric
{%raw%} {%endraw%}
{% endblock %} {% block scripts %} {% include "graphite/metric-move-dialog.html" %} {% endblock %}