2. When users click link (contains ExecutionID), load all information of that execution and show in the form below the table "List of Executions". (1.0 point):
Execution ID
Array Result
List of Executions:
1
124 2
Delete
2
12 1
Delete
3
12
1
Delete
Execution ID: 3
Array:12
Result:
1
3. When user clicks the "Delete" link, that execution will be deleted from database and in the table "Listof Executions" and set empty for the value of texts. (1.0 point)
Before click the "DELETE" button
After click the "DELETE" button
List of Executions:
List of Executions:
Execution ID Array Result
Execution ID
Array Result
1
124 2
Delete
1
124 2
Delete
2
12 1
Delete
2
12 1
Delete
3
12
1
Delete
Execution ID:
Execution ID: 3
Array:
Array:
12
Result:
Result:
1
+ 100%
Close