{% extends "base.html" %} {% block title %}{{ network_name }} - Node Tags Admin{% endblock %} {% block content %}
{{ selected_public_key }}
| Key | Value | Type | Updated | Actions |
|---|---|---|---|---|
| {{ tag.key }} | {{ tag.value or '-' }} | {{ tag.value_type }} | {{ tag.updated_at[:10] if tag.updated_at else '-' }} |
|
No tags found for this node.
Add a new tag below.
Choose a node from the dropdown above to view and manage its tags.