X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=www%2Ftemplates%2Fstasy-profile.html;h=d1c8f5a554b3147c97d7dd5663fd78d8670e5af4;hb=91a446f0051f01020c47685d38b3de1e0e400aae;hp=a3b4133fd3a07c901e59c32403eea8a386bbce3a;hpb=7ff3de8a82b0044df015d9d60e7a3de0fa0c1bc1;p=ipfire.org.git diff --git a/www/templates/stasy-profile.html b/www/templates/stasy-profile.html index a3b4133f..d1c8f5a5 100644 --- a/www/templates/stasy-profile.html +++ b/www/templates/stasy-profile.html @@ -1,198 +1,19 @@ {% extends "stasy-base-1.html" %} -{% block title %}{{ _("Profile") }} {{ profile.public_id }}{% end block %} +{% block title %}{{ _("Profile lookup") }}{% end block %} {% block content %} -

{{ _("Profile") }} {{ profile.public_id }}

+

{{ _("Profile lookup") }}

- - - - - - - - - - - - - - - - -
- {{ _("Operating system") }} -
- {{ _("Version") }} - - {{ profile.release }} -
- {{ _("Architecture") }} - - {{ profile.cpu.arch }} -
- {{ _("Kernel version") }} - - {{ profile.kernel }} -
- - {% if profile.hypervisor %} -

{{ _("Hypervisor") }}

- - - - - - - - - - - - - - -
- {{ _("Vendor") }} - - {{ profile.hypervisor.vendor }} -
- {{ _("Model") }} - - {{ profile.hypervisor.model or _("Unknown") }} -
- {{ _("Type") }} - - {{ profile.hypervisor.type }} -
- {% end %} - -

{{ _("Hardware") }}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {{ _("CPU") }} -
- {{ _("Vendor") }} - - {{ profile.cpu.vendor }} -
- {{ _("Model") }} - - {{ profile.cpu.model_string or _("Not available") }} -
- {{ _("Supports x86_64") }} - - {% if profile.cpu.capable_64bit %} - YES - {% else %} - NO - {% end %} -
- {{ _("Supports PAE") }} - - {% if profile.cpu.capable_pae %} - YES - {% else %} - NO - {% end %} -
- {{ _("Supports VT-x/AMD-V") }} - - {% if profile.cpu.capable_virt %} - YES - {% else %} - NO - {% end %} -
- {{ _("Memory") }} -
- {{ _("Size") }} - - {{ int(profile.memory) / 1024 }} {{ _("MegaBytes") }} -
- {{ _("Disk") }} -
- {{ _("Size") }} - - {{ profile.root_size / 1024 }} {{ _("MegaBytes") }} -
- {{ _("Devices") }} -
- - {% for device in profile.devices %} - - - - - - - {% end %} -
- {{ device.subsystem.upper() }} - - {{ device.vendor_string }} - - {{ device.model_string }} - - {{ device.driver or " " }} -
-
- -

+ Please enter your profile ID and have a look of the hardware components + that are installed on your system:

+ +
+

+ + +

+
{% end block %}