From babedf30038b453ea7d123c9bb744f4acb14e625 Mon Sep 17 00:00:00 2001 From: Adam Hassick Date: Tue, 16 Mar 2021 14:18:31 -0400 Subject: Added LF Edge template overrides. Signed-off-by: Adam Hassick Change-Id: If119646eee67fb7e145c5e92e64fa4f28a947dbe --- src/templates/akraino/booking/booking_table.html | 41 ------------------------ src/templates/akraino/booking/quick_deploy.html | 28 ---------------- 2 files changed, 69 deletions(-) delete mode 100644 src/templates/akraino/booking/booking_table.html delete mode 100644 src/templates/akraino/booking/quick_deploy.html (limited to 'src/templates/akraino/booking') diff --git a/src/templates/akraino/booking/booking_table.html b/src/templates/akraino/booking/booking_table.html deleted file mode 100644 index 4afb4d2..0000000 --- a/src/templates/akraino/booking/booking_table.html +++ /dev/null @@ -1,41 +0,0 @@ -{% load jira_filters %} - - - - - Owner - Purpose - Project - Start - End - Operating System - Pod - - - -{% for booking in bookings %} - - - {{ booking.owner.username }} - - - {{ booking.purpose }} - - - {{ booking.project }} - - - {{ booking.start }} - - - {{ booking.end }} - - - {{ booking.resource.get_head_node.config.image.os.name }} - - - {{ booking.resource.get_template_name }} - - -{% endfor %} - diff --git a/src/templates/akraino/booking/quick_deploy.html b/src/templates/akraino/booking/quick_deploy.html deleted file mode 100644 index c3e519f..0000000 --- a/src/templates/akraino/booking/quick_deploy.html +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "base/booking/quick_deploy.html" %} -{% block opnfv %} -{% endblock opnfv %} -{% block form-text %} -

- Please select a host type you wish to book. - Only available types are shown. - More information can be found here: - Akraino Wiki. - If something isn't working right, let us know here! -

-{% endblock form-text %} -{% block collab %} -
-
- - {{ form.users }} -
-
-{% endblock collab %} - -{% block image_script %} - -{% endblock image_script %} -- cgit 1.2.3-korg