mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add titles
This commit is contained in:
parent
cc7769dd21
commit
0101527af2
1 changed files with 3 additions and 3 deletions
|
|
@ -67,9 +67,9 @@ class ValidateContainersProfile(BaseSettingsModel):
|
|||
title="Host names"
|
||||
)
|
||||
# Profile values
|
||||
enabled: bool = SettingsField(True)
|
||||
optional: bool = SettingsField(True)
|
||||
active: bool = SettingsField(True)
|
||||
enabled: bool = SettingsField(True, title="Enabled")
|
||||
optional: bool = SettingsField(True, title="Optional")
|
||||
active: bool = SettingsField(True, title="Active")
|
||||
|
||||
|
||||
class ValidateContainersModel(BaseSettingsModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue