-
+
Job Information
@@ -361,20 +361,20 @@ export function RcaComponent(
)}
{playbooks.length > 0 && (
<>
-
Playbooks
+
Playbooks
{playbooks.map((play, index) => (
- - {play}
+ - {play}
))}
>
)}
{jobInfo && jobInfo.actions && (
<>
-
Actions
+
Actions
{jobInfo.actions.map((action, index) => (
- - {action}
+ - {action}
))}
>
@@ -384,15 +384,15 @@ export function RcaComponent(
{status.length > 0 && (
{showStatus && (
{status.map((msg, index) => (
- - {msg}
+ - {msg}
))}
)}
diff --git a/index.html b/index.html
index 3700f9e..56bc408 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +16,12 @@
+
@@ -33,6 +39,41 @@