diff --git a/server.py b/server.py index c2fd976..5253342 100644 --- a/server.py +++ b/server.py @@ -15,7 +15,7 @@ app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False db = SQLAlchemy(app) -sistemioperativi = [" ", "CentOS", "Fedora", "OpenSUSE", "Red Hat", "Ubuntu", "Debian", "Windows Server 2003", +sistemioperativi = ["CentOS", "Fedora", "OpenSUSE", "Red Hat", "Ubuntu", "Debian", "Windows Server 2003", "Windows Server 2007", "Windows Server 2010", "Windows Server 2012", "Windows Server 2016", "Windows 98", "Windows ME", "Windows 2000", "Windows XP", "Windows Vista", "Windows 7", "Windows 8", "Windows 8.1", "Windows 10", "Altro"] diff --git a/templates/dispositivo/show.htm b/templates/dispositivo/show.htm index 8be9bbe..04c5ddb 100644 --- a/templates/dispositivo/show.htm +++ b/templates/dispositivo/show.htm @@ -66,11 +66,12 @@