Skip to content

Commit

Permalink
fix: server.server.monitor_log_id =>server.monitor_log_id
Browse files Browse the repository at this point in the history
  • Loading branch information
akakou committed Oct 11, 2024
1 parent 19e0051 commit c512d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verifier/serv/static/js/ui/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const TableCompornent = ({ logs }) => {
<td>{server.domain}</td>
<td>{server.edges.code.unique_id}</td>
<td>
<a href={"https://crt.sh?id="+server.server.monitor_log_id}>
{server.server.monitor_log_id}
<a href={"https://crt.sh?id="+server.monitor_log_id}>
{server.monitor_log_id}
</a>
</td>
<td>
Expand Down

0 comments on commit c512d12

Please sign in to comment.