Skip to content
Snippets Groups Projects
Commit c0688451 authored by Josh Rosen's avatar Josh Rosen
Browse files

Fix wrong closing tags in web UI HTML.

parent d48e9fde
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<tr> <tr>
<td>@executor.id</td> <td>@executor.id</td>
<td> <td>
<a href="@executor.worker.webUiAddress">@executor.worker.id</href> <a href="@executor.worker.webUiAddress">@executor.worker.id</a>
</td> </td>
<td>@executor.cores</td> <td>@executor.cores</td>
<td>@executor.memory</td> <td>@executor.memory</td>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<tr> <tr>
<td> <td>
<a href="@worker.webUiAddress">@worker.id</href> <a href="@worker.webUiAddress">@worker.id</a>
</td> </td>
<td>@{worker.host}:@{worker.port}</td> <td>@{worker.host}:@{worker.port}</td>
<td>@worker.state</td> <td>@worker.state</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment