We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86ce0a8 + 48d2cfc commit 49935f2Copy full SHA for 49935f2
docker-app/qfieldcloud/core/admin.py
@@ -763,16 +763,18 @@ class SecretAdmin(QFieldCloudModelAdmin):
763
"project",
764
"organization",
765
"created_by",
766
+ "created_at",
767
"value",
768
)
- readonly_fields = ("created_by",)
769
+ readonly_fields = ("created_by", "created_at")
770
list_display = (
771
"name",
772
"type",
773
"assigned_to",
774
"project__name",
775
776
"created_by__link",
777
778
779
autocomplete_fields = ("project",)
780
0 commit comments