- |
+ |
展开
|
-
+ |
调用时间
|
-
+ |
脚本
|
-
+ |
状态
|
-
+ |
类型
|
-
+ |
耗时
|
-
+ |
摘要
|
-
+ |
操作
|
@@ -316,7 +308,7 @@ export function AutomationScriptHistoryModal({
onKeyDown={(event) => handleRowKeyDown(event, run.id)}
className="cursor-pointer transition-colors duration-150 hover:bg-[var(--color-bg-muted)]/55 focus:outline-none focus-visible:bg-[var(--color-accent-muted)]/40"
>
-
+ |
{expanded ? (
@@ -325,12 +317,12 @@ export function AutomationScriptHistoryModal({
)}
|
-
+ |
{formatDateTime(run.startedAt)}
|
-
+ |
|
-
-
- {getRunStatusLabel(run.status)}
-
+ |
+
+
+ {getRunStatusLabel(run.status)}
+
+
|
-
+ |
|
-
+ |
{formatDuration(run.durationMs)}
|
-
+ |
|
-
+ |
|