|
|
|
@ -12,6 +12,6 @@ class Migration(migrations.Migration):
|
|
|
|
|
operations = [ |
|
|
|
|
migrations.AlterModelOptions( |
|
|
|
|
name='asset', |
|
|
|
|
options={'ordering': ['name'], 'permissions': [('refresh_assethardwareinfo', 'Can refresh asset hardware info'), ('test_assetconnectivity', 'Can test asset connectivity'), ('match_asset', 'Can match asset'), ('change_assetnodes', 'Can change asset nodes')], 'verbose_name': 'Asset'}, |
|
|
|
|
options={'ordering': [], 'permissions': [('refresh_assethardwareinfo', 'Can refresh asset hardware info'), ('test_assetconnectivity', 'Can test asset connectivity'), ('match_asset', 'Can match asset'), ('change_assetnodes', 'Can change asset nodes')], 'verbose_name': 'Asset'}, |
|
|
|
|
), |
|
|
|
|
] |
|
|
|
|