@@ -46,7 +65,13 @@ const Update: Component<{ update: UpdateType; showName: boolean }> = (p) => {
"grid-template-rows": "1fr 1fr",
}}
>
- {operation()}
+
+ {operation()}
+
{readableTimestamp(p.update.timestamp)}
@@ -56,12 +81,31 @@ const Update: Component<{ update: UpdateType; showName: boolean }> = (p) => {
{/* show command */}
-
+ }
+ content={{p.update.command}}
+ />
+
-
+ }
+ content={}
+ />
{/* show log */}
-
+ }
+ content={{log()}}
+ />