From 2ec0d7b9f5c1354977b821c6b06c24a3ffa13142 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 26 Oct 2023 10:33:28 +0300 Subject: Removing project content and adding a note that the development continues in GitHub Change-Id: I25c58a679dbf92b2367d826429b7cda936bf9f0e Signed-off-by: Gergely Csatari --- .../base/resource/hostprofile_detail.html | 104 --------------------- 1 file changed, 104 deletions(-) delete mode 100644 src/templates/base/resource/hostprofile_detail.html (limited to 'src/templates/base/resource/hostprofile_detail.html') diff --git a/src/templates/base/resource/hostprofile_detail.html b/src/templates/base/resource/hostprofile_detail.html deleted file mode 100644 index 0b3262c..0000000 --- a/src/templates/base/resource/hostprofile_detail.html +++ /dev/null @@ -1,104 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} - -{% block content %} -
-
-
-
-

Available at

- -
-
-
    - {% for lab in hostprofile.labs.all %} -
  • {{lab.name}}
  • - {% endfor %} -
-
-
-
-
-

RAM

- -
-
-
- {{hostprofile.ramprofile.first.amount}}G, - {{hostprofile.ramprofile.first.channels}} channels -
-
-
-
-
-

CPU

- -
-
- - - - - - - - - - - - - -
Arch:{{hostprofile.cpuprofile.first.architecture}}
Cores:{{hostprofile.cpuprofile.first.cores}}
Sockets:{{hostprofile.cpuprofile.first.cpus}}
-
-
-
-
-

Disk

- -
-
- - - - - - - - - - - - - -
Size:{{hostprofile.storageprofile.first.size}} GiB
Type:{{hostprofile.storageprofile.first.media_type}}
Mount Point:{{hostprofile.storageprofile.first.name}}
-
-
-
-
-
-
-

Interfaces

- -
-
- - - - - - - - - {% for intprof in hostprofile.interfaceprofile.all %} - - - - - {% endfor %} - -
NameSpeed
{{intprof.name}}{{intprof.speed}}
-
-
-
-
-{% endblock content %} -- cgit 1.2.3-korg