File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
warehouse/admin/templates/admin/ip_addresses Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1616 < table class ="table table-striped table-hover ">
1717 < thead >
1818 < tr >
19- < th > ID</ th >
2019 < th > IP Address</ th >
2120 < th > Hashed IP Address</ th >
2221 < th > Last Seen Geo</ th >
2928 {% for ip_address in ip_addresses %}
3029 < tr >
3130 < td >
32- < a href ="{{ request.route_path('admin.ip_address.detail', ip_address_id =ip_address.id ) }} "> {{ ip_address.id }}</ a >
31+ < a href ="{{ request.route_path('admin.ip_address.detail', ip_address =ip_address.ip_address ) }} "> {{ ip_address.ip_address }}</ a >
3332 </ td >
34- < td > {{ ip_address.ip_address }}</ td >
3533 < td > {{ ip_address.hashed_ip_address }}</ td >
3634 < td > {{ ip_address.geoip_info }}</ td >
3735 < td > {% if ip_address.is_banned %}< i class ="fa fa-check text-red "> </ i > {% endif %}</ td >
You can’t perform that action at this time.
0 commit comments