diff --git a/.vscode/launch.json b/.vscode/launch.json index 1e0312f9..3279a69d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Node: Nuxt3", + "name": "UI: Dev", "request": "launch", "runtimeArgs": [ "run", @@ -21,7 +21,7 @@ "outputCapture": "std" }, { - "name": "Python: main.py ", + "name": "Python: main.py", "type": "debugpy", "request": "launch", "program": "app/main.py", @@ -38,7 +38,7 @@ }, }, { - "name": "Node: Generate UI", + "name": "UI: Generate", "request": "launch", "runtimeArgs": [ "run", diff --git a/ui/app/components/History.vue b/ui/app/components/History.vue index 97136389..8c3c96dd 100644 --- a/ui/app/components/History.vue +++ b/ui/app/components/History.vue @@ -52,10 +52,10 @@ class="w-full min-w-0 max-w-full overflow-hidden rounded-lg border border-default bg-default" >
| + | Title | -Status | -Created | -Size/Starts | -Actions | +Status | +Created | +Size/Starts | +Actions | + |
-
|
|---|