Таблица
This commit is contained in:
@@ -102,6 +102,8 @@
|
||||
<tr>
|
||||
<th class="px-2 py-2 text-left">Status</th>
|
||||
<th class="px-2 py-2 text-left">Source URL</th>
|
||||
<th class="px-2 py-2 text-left">Time start</th>
|
||||
<th class="px-2 py-2 text-left">Time finish</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -116,6 +118,17 @@
|
||||
>
|
||||
{{ task.source_url }}
|
||||
</td>
|
||||
|
||||
<td
|
||||
class="px-2 py-2 whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full"
|
||||
>
|
||||
{{ task.created_at }}
|
||||
</td>
|
||||
<td
|
||||
class="px-2 py-2 whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full"
|
||||
>
|
||||
{{ task.finished_at }}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -180,11 +193,8 @@ const loadTasks = async () => {
|
||||
// Загрузка настроек при монтировании
|
||||
onMounted(() => {
|
||||
loadSettings();
|
||||
// load_log();
|
||||
});
|
||||
|
||||
// watch(logs, load_log);
|
||||
|
||||
// Получение настроек с сервера
|
||||
const loadSettings = async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user