make unlisted the default
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
@@ -130,7 +130,7 @@ class InventoryForm(Form):
|
|||||||
owner = FormField(MemberForm, label="Owner")
|
owner = FormField(MemberForm, label="Owner")
|
||||||
user = FormField(MemberForm, label="Current User")
|
user = FormField(MemberForm, label="Current User")
|
||||||
usable = BooleanField("Usable")
|
usable = BooleanField("Usable")
|
||||||
visibility = SelectField("Visibility", choices=['public', 'private', 'unlisted'])
|
visibility = SelectField("Visibility", choices=['unlisted', 'public', 'private'])
|
||||||
|
|
||||||
class HardwareForm(Form):
|
class HardwareForm(Form):
|
||||||
serial = StringField("Serial Number")
|
serial = StringField("Serial Number")
|
||||||
|
Reference in New Issue
Block a user