Browse Source

use flat-table for tickets (fix dark bg)

master
alice 1 year ago
parent
commit
b98080553a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      templates/tickets/index.html
  2. +1
    -1
      templates/tickets/list.html

+ 1
- 1
templates/tickets/index.html View File

@@ -16,7 +16,7 @@
</div>

{% if tickets %}
<table class="admin-list">
<table class="flat-table">
<thead>
<tr>
<td>#{% trans 'ID' %}</td>


+ 1
- 1
templates/tickets/list.html View File

@@ -6,7 +6,7 @@
{% block helpdesk_body %}

{% if tickets %}
<table class="admin-list">
<table class="flat-table">
<thead>
<tr>
<td>#{% trans 'ID' %}</td>


Loading…
Cancel
Save