diff --git a/osinaweb/billing/add/__pycache__/urls.cpython-311.pyc b/osinaweb/billing/add/__pycache__/urls.cpython-311.pyc index bff37e19..b85203f0 100644 Binary files a/osinaweb/billing/add/__pycache__/urls.cpython-311.pyc and b/osinaweb/billing/add/__pycache__/urls.cpython-311.pyc differ diff --git a/osinaweb/billing/add/__pycache__/views.cpython-311.pyc b/osinaweb/billing/add/__pycache__/views.cpython-311.pyc index 8e372858..66da3790 100644 Binary files a/osinaweb/billing/add/__pycache__/views.cpython-311.pyc and b/osinaweb/billing/add/__pycache__/views.cpython-311.pyc differ diff --git a/osinaweb/customercore/templates/listing_pages/customer-tickets.html b/osinaweb/customercore/templates/listing_pages/customer-tickets.html index 1bb802bf..0509dfcc 100644 --- a/osinaweb/customercore/templates/listing_pages/customer-tickets.html +++ b/osinaweb/customercore/templates/listing_pages/customer-tickets.html @@ -51,7 +51,7 @@ Last Updated + class="px-6 py-3 text-sm font-medium text-gray-500 uppercase whitespace-nowrap"> Updated By @@ -62,7 +62,7 @@ {% for ticket in open_tickets %} - +

{{ticket.title }}

@@ -94,7 +94,7 @@

{{ticket.ticketupdate_set.last.date_added}}

- +

{{ticket.ticketupdate_set.last.added_by.first_name}}

diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index 5a6e033e..e6e9acbf 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osinacore/__pycache__/views.cpython-311.pyc b/osinaweb/osinacore/__pycache__/views.cpython-311.pyc index 11886e36..a13b776f 100644 Binary files a/osinaweb/osinacore/__pycache__/views.cpython-311.pyc and b/osinaweb/osinacore/__pycache__/views.cpython-311.pyc differ diff --git a/osinaweb/osinacore/templates/customer_index.html b/osinaweb/osinacore/templates/customer_index.html index 93d93ae6..76a69b27 100644 --- a/osinaweb/osinacore/templates/customer_index.html +++ b/osinaweb/osinacore/templates/customer_index.html @@ -146,12 +146,9 @@ Last Updated + class="px-6 py-3 text-sm font-medium text-gray-500 uppercase whitespace-nowrap"> Updated By - - Unread - @@ -160,10 +157,20 @@ - -
-

{{ticket.title}}

-
+ +
+ +

{{ticket.title }}

+
+ + {% if ticket.unread_updates_count > 0 %} +
+
+

{{ticket.unread_updates_count}}

+
+
+ {% endif %} +
@@ -180,18 +187,9 @@ - +

{{ticket.ticketupdate_set.last.added_by.first_name}}

- - -
-
-

{{ticket.unread_updates_count}}

-
-
- {% endfor %} diff --git a/osinaweb/osinacore/templates/listing_pages/tickets.html b/osinaweb/osinacore/templates/listing_pages/tickets.html index ee03bfb1..4147a17e 100644 --- a/osinaweb/osinacore/templates/listing_pages/tickets.html +++ b/osinaweb/osinacore/templates/listing_pages/tickets.html @@ -75,7 +75,7 @@ - +

{{ticket.title}}

diff --git a/osinaweb/static/dist/output.css b/osinaweb/static/dist/output.css index 60dd3e99..84e331db 100644 --- a/osinaweb/static/dist/output.css +++ b/osinaweb/static/dist/output.css @@ -1553,6 +1553,14 @@ video { min-width: 100%; } +.min-w-\[250px\] { + min-width: 250px; +} + +.min-w-\[300px\] { + min-width: 300px; +} + .max-w-0 { max-width: 0px; }