chore: styling and ios friendly

This commit is contained in:
Per Stark
2025-02-10 16:04:29 +01:00
parent 8551927c29
commit e4e6860ec8
8 changed files with 1126 additions and 14 deletions

View File

@@ -1,8 +1,7 @@
<div class="overflow-x-auto shadow rounded-box border border-base-content/5 bg-base-100 ">
<div class="overflow-x-auto shadow rounded-box border border-base-content/5 bg-base-100">
<table class="table">
<thead>
<tr>
<th>ID</th>
<th>Origin</th>
<th>Target</th>
<th>Type</th>
@@ -12,8 +11,6 @@
<tbody>
{% for relationship in relationships %}
<tr>
<td>{{ loop.index }}</td>
<!-- Origin column -->
<td>
{% for entity in entities if entity.id == relationship.in %}
@@ -51,7 +48,6 @@
{% endfor %}
<!-- New linking row -->
<tr id="new_relationship">
<td></td>
<td>
<select name="origin_id" class="select select-bordered w-full new_relationship_input">
<option disabled selected>Select Origin</option>