Skip to content
Snippets Groups Projects
Verified Commit bbd6c6a9 authored by ornanovitch's avatar ornanovitch
Browse files

fix: head-fixed tables

parent df4596bc
No related branches found
No related tags found
1 merge request!40Resolve "Informations non affichées quand le menu est déplié"
Pipeline #24132 passed
<div class="row">
<div class="col-12">
<div class="table-responsive p-0">
<table class="table table-striped table-hover text-nowrap">
<table class="table table-striped table-head-fixed text-nowrap">
<thead>
<tr>
<th>{% trans %}Media{% endtrans %}</th>
......
......@@ -13,7 +13,7 @@
</div>
<div class="col-md-6">
<div class="table-responsive p-0">
<table class="table table-striped table-hover text-nowrap">
<table class="table table-striped table-head-fixed text-nowrap">
<thead>
<tr>
<th>{% trans %}Member{% endtrans %}</th>
......
......@@ -5,7 +5,7 @@
<div class="col">
<div class="card">
<div class="card-body table-responsive p-0">
<table class="table table-striped table-hover text-nowrap">
<table class="table table-striped table-head-fixed text-nowrap">
<thead>
<tr>
<th>{% trans %}RoomID{% endtrans %}</th>
......
......@@ -15,7 +15,7 @@
</dl>
</div>
<div class="col-md-6">
<table class="table table-striped table-hover text-nowrap">
<table class="table table-striped table-head-fixed text-nowrap">
<thead>
<tr>
<th>{% trans %}Devices{% endtrans %}</th>
......
......@@ -16,7 +16,7 @@
<div class="col">
<div class="card">
<div class="card-body table-responsive p-0">
<table class="table table-striped table-hover text-nowrap">
<table class="table table-striped table-head-fixed text-nowrap">
<thead>
<tr>
{% if not service %}
......@@ -36,7 +36,7 @@
{% if not service %}
<td>{{ profile.service.name }}</td>
{% endif %}
<td class="text-truncate" style="max-width: 200px"><a href="{{ url_for("profile.details", profile_uuid=profile.uuid) }}">{{ profile.username }}</a></td>
<td><a href="{{ url_for("profile.details", profile_uuid=profile.uuid) }}">{{ profile.username }}</a></td>
{% if profile.user_uuid %}
<td><a href="{{ url_for("user.details", user_uuid=profile.user_uuid) }}">{{ profile.user.username }}</a></td>
{% else %}
......
......@@ -8,7 +8,7 @@
<div class="col">
<div class="card">
<div class="card-body table-responsive p-0">
<table class="table table-striped table-hover text-nowrap">
<table class="table table-striped table-head-fixed text-nowrap">
<thead>
<tr>
<th>{% trans %}Service{% endtrans %}</th>
......
......@@ -50,7 +50,7 @@
<h4>Profile list</h4>
</div>
<div class="card-body table-responsive p-0">
<table class="table table-striped table-hover text-nowrap">
<table class="table table-striped table-head-fixed text-nowrap">
<thead>
<tr>
<th>{% trans %}Service{% endtrans %}</th>
......
......@@ -7,7 +7,7 @@
<div class="col">
<div class="card">
<div class="card-body table-responsive p-0">
<table class="table table-striped table-hover text-nowrap">
<table class="table table-striped table-head-fixed text-nowrap">
<thead>
<tr>
<th>{% trans %}Username{% endtrans %}</th>
......
......@@ -7,7 +7,7 @@
<div class="col">
<div class="card">
<div class="card-body table-responsive p-0">
<table class="table table-striped table-hover text-nowrap">
<table class="table table-striped table-head-fixed text-nowrap">
<thead>
<tr>
<th>{% trans %}Username{% endtrans %}</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment