refactor: 🎨 strip legacy features
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
<th class="text-left p-3">Field Key</th>
|
||||
<th class="text-left p-3">Type</th>
|
||||
<th class="text-center p-3">Required</th>
|
||||
<th class="text-center p-3">Searchable</th>
|
||||
<th class="text-center p-3">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -80,13 +79,6 @@
|
||||
<i class="fas fa-times text-gray-400"></i>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="p-3 text-center">
|
||||
{% if field.searchable %}
|
||||
<i class="fas fa-check text-green-500"></i>
|
||||
{% else %}
|
||||
<i class="fas fa-times text-gray-400"></i>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="p-3 text-center">
|
||||
<div class="flex items-center justify-center space-x-2">
|
||||
{% if can_manage %}
|
||||
@@ -132,7 +124,6 @@
|
||||
<th class="text-left p-3">Field Key</th>
|
||||
<th class="text-left p-3">Type</th>
|
||||
<th class="text-center p-3">Required</th>
|
||||
<th class="text-center p-3">Searchable</th>
|
||||
<th class="text-center p-3">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -160,13 +151,6 @@
|
||||
<i class="fas fa-times text-gray-400"></i>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="p-3 text-center">
|
||||
{% if field.searchable %}
|
||||
<i class="fas fa-check text-green-500"></i>
|
||||
{% else %}
|
||||
<i class="fas fa-times text-gray-400"></i>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="p-3 text-center">
|
||||
<div class="flex items-center justify-center space-x-2">
|
||||
{% if can_manage %}
|
||||
@@ -262,10 +246,6 @@
|
||||
<input type="number" name="display_order" id="field-display-order" value="0" min="0"
|
||||
class="border p-3 rounded-lg bg-gray-300 text-gray-900 dark:bg-zinc-900 dark:text-gray-100 border-gray-600 w-full">
|
||||
</div>
|
||||
<div class="flex items-center space-x-2">
|
||||
<input type="checkbox" name="searchable" id="field-searchable" class="w-4 h-4">
|
||||
<label for="field-searchable" class="text-sm font-medium">Searchable</label>
|
||||
</div>
|
||||
|
||||
<!-- Validation Rules Section -->
|
||||
<div id="validation-rules-section" class="border-t border-gray-600 pt-4">
|
||||
|
||||
Reference in New Issue
Block a user