Skip to content

Commit

Permalink
Merge pull request #236 from firezone/remove-display-columns
Browse files Browse the repository at this point in the history
Remove columns that aren't implemented
  • Loading branch information
jamilbk committed Sep 20, 2021
2 parents 69b871a + 539728f commit 84673f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions apps/fz_http/lib/fz_http_web/live/device_live/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<th>Name</th>
<th>WireGuard IP</th>
<th>Public key</th>
<th>Remote IP</th>
<th>Last seen at</th>
</tr>
</thead>
<tbody>
Expand All @@ -24,8 +22,6 @@
</td>
<td class="code"><%= FzHttp.Devices.ipv4_address(device) %></td>
<td class="code"><%= device.public_key %></td>
<td class="code"><%= device.remote_ip || "Never connected" %></td>
<td><%= device.last_seen_at %></td>
</tr>
<% end %>
</tbody>
Expand Down
9 changes: 0 additions & 9 deletions apps/fz_http/lib/fz_http_web/live/device_live/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@
</dt>
<dd class="code"><%= @device.server_public_key %></dd>

<dt>
<strong>Remote IP:</strong>
</dt>
<dd class="code"><%= @device.remote_ip %></dd>

<dt>
<strong>Last seen at:</strong>
</dt>
<dd><%= @device.last_seen_at %></dd>
</dl>
</div>
<div class="level">
Expand Down

0 comments on commit 84673f7

Please sign in to comment.