From 3a995ea3a38d1b916e79a60d28b219872fc8fb84 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 26 Mar 2014 18:01:26 +0100 Subject: [PATCH] fireinfo: Fix layout and disabled module. --- templates/fireinfo/index.html | 12 +++++++----- webapp/backend/stasy.py | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/templates/fireinfo/index.html b/templates/fireinfo/index.html index 49d1d6e..7513041 100644 --- a/templates/fireinfo/index.html +++ b/templates/fireinfo/index.html @@ -31,7 +31,7 @@
-
+
{% if lang == "de" %}

Bitte geben Sie die Profil-ID von ihrem System ein, welche @@ -46,10 +46,12 @@


-
-
- + +
+ + +
{% raw xsrf_form_html() %} diff --git a/webapp/backend/stasy.py b/webapp/backend/stasy.py index 7b7a7d1..87fe2fc 100644 --- a/webapp/backend/stasy.py +++ b/webapp/backend/stasy.py @@ -3,7 +3,7 @@ from __future__ import division import datetime -#import hwdata +import hwdata import logging import pymongo import re @@ -191,8 +191,8 @@ class ProfileNetwork(ProfileDict): class ProfileDevice(ProfileDict): subsystem2class = { -# "pci" : hwdata.PCI, -# "usb" : hwdata.USB, + "pci" : hwdata.PCI, + "usb" : hwdata.USB, } classid2name = { -- 2.39.5