From b569577ab6af4a53f3c135083b535938dede324f Mon Sep 17 00:00:00 2001 From: Don Kingdon Date: Mon, 13 Apr 2026 02:26:19 +0000 Subject: [PATCH] Fix device type dropdown styling (dark mode) --- app/templates/cloud/device_new.html | 114 ++++++++++------------------ 1 file changed, 40 insertions(+), 74 deletions(-) diff --git a/app/templates/cloud/device_new.html b/app/templates/cloud/device_new.html index f9a721e..d78d648 100644 --- a/app/templates/cloud/device_new.html +++ b/app/templates/cloud/device_new.html @@ -1,89 +1,55 @@ {% extends "portal_base.html" %} -{% block title %}Add Device - OTB Cloud{% endblock %} +{% block title %}Add Device{% endblock %} {% block portal_content %}

Add Device

-

{{ user_email }}

-

- Create a named source for uploads like a laptop, phone, tablet, or workstation. -

+

Register a new upload source.

- -{% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} -
- {% for category, message in messages %} -
- {{ category|capitalize }}: {{ message }} -
- {% endfor %} -
- {% endif %} -{% endwith %} - -
-
-
-
-

Device Details

-

This creates a device source and its storage folders.

-
-
- Setup -
-
- -
-
-
-
- - -
+ +
+
+ +
-
- - -
+
+
+ +
-
- - Cancel -
-
-
-
-
-
+ + + + {% endblock %}