Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' into ipset
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Oct 27, 2012
2 parents cb14027 + 31fccdd commit 6beeb1d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tollgate/frontend/views.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ def usage_disable(request, aid):
def pclist(request): def pclist(request):
hosts = NetworkHost.objects.exclude( hosts = NetworkHost.objects.exclude(
user_profile__exact=None user_profile__exact=None
).order_by('ip_address') ).order_by('user_profile__user__username')


return render_to_response('frontend/pclist.html', { return render_to_response('frontend/pclist.html', {
'hosts': hosts, 'hosts': hosts,
Expand All @@ -862,7 +862,7 @@ def pclist(request):
def pclist_unowned(request): def pclist_unowned(request):
hosts = NetworkHost.objects.filter( hosts = NetworkHost.objects.filter(
user_profile__exact=None user_profile__exact=None
).order_by('ip_address') ).order_by('user_profile__user__username')


return render_to_response('frontend/pclist.html', { return render_to_response('frontend/pclist.html', {
'hosts': hosts, 'hosts': hosts,
Expand Down
9 changes: 9 additions & 0 deletions tollgate/scripts/management/commands/scraper.dat
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ quanta = ^quanta
seagate = ^seagate seagate = ^seagate
telco = ^telco systems telco = ^telco systems
zyxel = ^zyxel zyxel = ^zyxel
vivotek = ^vivotek
areca = ^areca
virtualbox = ^cadmus computer systems
azurewave = ^azurewave tech
raspberrypi = ^raspberry pi
sparklan = ^sparklan communications
clipsal = ^clipsal




[oui-console] [oui-console]
; could this be a console? ; could this be a console?
Expand Down

0 comments on commit 6beeb1d

Please sign in to comment.