Changeset 13874 for trunk


Ignore:
Timestamp:
01/11/12 09:13:57 (12 years ago)
Author:
sil
Message:

added 'warranty' as a filter for hardware units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/sara_cmt/cluster/admin.py

    r13028 r13874  
    8585    list_display = ('__unicode__', 'warranty_tag', 'cluster', 'address', 'room', 'rack',
    8686        'first_slot', 'specifications', 'roles', 'in_support')
    87     list_filter  = ('cluster', 'rack', 'role', 'specifications') + \
     87    list_filter  = ('cluster', 'rack', 'role', 'specifications', 'warranty') + \
    8888        GlobalAdmin.list_filter
    8989    inlines = [InterfaceInline]
Note: See TracChangeset for help on using the changeset viewer.