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.

-
-
- Back to Dashboard -
+
+ Back
-{% 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 %}