make unlisted the default
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

The idea for public was to pick up highlights for the public listing.
This commit is contained in:
2025-01-22 20:01:42 +02:00
parent 3b9e52199f
commit 04a7e18e55

View File

@@ -130,7 +130,7 @@ class InventoryForm(Form):
owner = FormField(MemberForm, label="Owner")
user = FormField(MemberForm, label="Current User")
usable = BooleanField("Usable")
visibility = SelectField("Visibility", choices=['public', 'private', 'unlisted'])
visibility = SelectField("Visibility", choices=['unlisted', 'public', 'private'])
class HardwareForm(Form):
serial = StringField("Serial Number")