diff options
Diffstat (limited to 'portal-gui/rpkigui/templates/myrpki/prefix_view.html')
-rw-r--r-- | portal-gui/rpkigui/templates/myrpki/prefix_view.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/portal-gui/rpkigui/templates/myrpki/prefix_view.html b/portal-gui/rpkigui/templates/myrpki/prefix_view.html index bd38ee5f..d26cbdff 100644 --- a/portal-gui/rpkigui/templates/myrpki/prefix_view.html +++ b/portal-gui/rpkigui/templates/myrpki/prefix_view.html @@ -61,6 +61,15 @@ td { border: solid 1px; text-align: center; padding-left: 1em; padding-right: 1e </table> {% endif %} <!-- roa requests --> +{% if unallocated %} +<h2>Unallocated</h2> +<ul> + {% for u in unallocated %} + <li>{{ u }} + {% endfor %} +</ul> +{% endif %} + {% if form %} <h2>Edit</h2> <form method="POST" action="{{ request.get_full_path }}"> |