File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
app/templates/organizations Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ <h3 class="mb-0">{% trans "Devices" %}</h3>
102
102
< th > {% trans "Device ID" %}</ th >
103
103
< th > {% trans "Device name" %}</ th >
104
104
< th > {% trans "Date added" %}</ th >
105
- < th > </ th >
106
105
</ tr >
107
106
</ thead >
108
107
< tbody >
@@ -111,11 +110,10 @@ <h3 class="mb-0">{% trans "Devices" %}</h3>
111
110
< td > {{ device.id }}</ td >
112
111
< td > {{ device.device_name }}</ td >
113
112
< td > {{ device.last_update }}</ td >
114
- < td class ="text-end "> < a href ="" class ="btn btn-danger btn-sm "> {% trans "Remove" %}</ a > </ td >
115
113
</ tr >
116
114
{% empty %}
117
115
< tr >
118
- < td colspan ="4 " class ="text-muted text-center ">
116
+ < td colspan ="3 " class ="text-muted text-center ">
119
117
{% trans "No Device found" %}
120
118
</ td >
121
119
</ tr >
@@ -133,4 +131,4 @@ <h3 class="mb-0">{% trans "Devices" %}</h3>
133
131
</ a >
134
132
</ div >
135
133
</ div >
136
- {% endblock content %}
134
+ {% endblock content %}
You can’t perform that action at this time.
0 commit comments