Browse Source

Merge branch 'master' of ssh://code.ffdn.org:55555/tetaneutral.net/djadhere

Élie Bouttier 6 years ago
parent
commit
e5bc1ed860
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/admin.py

+ 1 - 1
services/admin.py

@@ -397,7 +397,7 @@ class IPResourceAdmin(admin.ModelAdmin):
             fields += ['last_use']
         if obj and obj.last_time_up and obj.last_check:
             fields += ['last_time_up', 'last_check']
-        if obj.category == IPRessource.CATEGORY_PUBLIC:
+        if obj.category == IPResource.CATEGORY_PUBLIC:
             fields += ['password']
         if obj and obj.checkmk_label:
             fields += ['checkmk']