mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add status field to WirelessLink
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
<h5 class="card-header">Link Properties</h5>
|
||||
<div class="card-body">
|
||||
<table class="table table-hover attr-table">
|
||||
<tr>
|
||||
<th scope="row">Status</th>
|
||||
<td>{{ object.get_status_display }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">SSID</th>
|
||||
<td>{{ object.ssid|placeholder }}</td>
|
||||
|
Reference in New Issue
Block a user