From 18483eb22a050421a8ac9475e158c666dc92fde2 Mon Sep 17 00:00:00 2001 From: Soufiane Jounaid Date: Wed, 27 Mar 2024 11:39:44 -0400 Subject: [PATCH] Fixed device type to show machine type and added device profiles --- chameleon/templates/edge-hw-discovery/resources.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/chameleon/templates/edge-hw-discovery/resources.html b/chameleon/templates/edge-hw-discovery/resources.html index e76b2114..804f70b6 100644 --- a/chameleon/templates/edge-hw-discovery/resources.html +++ b/chameleon/templates/edge-hw-discovery/resources.html @@ -3,19 +3,27 @@ {% block title %}CHI@Edge Resource Browser{% endblock %} {% block content %} -

Hardware Discovery

+

CHI@Edge Hardware Discovery

+ {% for device in devices %} + {% endfor %}
Name Type Owning projectDevice profiles
{{ device.device_name }} {{ device.device_type }} {{ device.owning_project }} +
    + {% for profile in device.supported_device_profiles %} +
  • {{ profile }}
  • + {% endfor %} +
+