{% include 'partials/graph_selector.html' %} {# Determine an active graph for navigation links. #} {% if graphs is defined and graphs and graphs|length > 0 %} {% set active_graph = ( current_graph if current_graph is defined and current_graph else graphs[0] ) %}
⚀ Viewer ☉ Nodes ⎌ Edges ☑︎ Schemas
{% endif %}
⌂ Dashboard
{% if admin_version %}
gpdb-admin v{{ admin_version }}
{% endif %}