up
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
<table class="min-w-full divide-y divide-gray-200">
|
||||
<thead class="bg-gray-50">
|
||||
<tr>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500">ID</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500">Название</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500">Активен</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500">Последнее выполнение</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500">Результат</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500">Подключение</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500">Рестораны</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500">Создан</th>
|
||||
<th class="px-6 py-3 text-right text-xs font-medium text-gray-500">Действия</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">ID</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Название</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Активен</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Последнее выполнение</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Результат</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Подключение</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Рестораны</th>
|
||||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Создан</th>
|
||||
<th class="px-6 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">Действия</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="divide-y divide-gray-200 bg-white">
|
||||
|
||||
Reference in New Issue
Block a user