mirror of
https://github.com/go-gitea/gitea
synced 2025-10-27 17:38:25 +00:00
improve UI
This commit is contained in:
@@ -36,7 +36,7 @@ type Secret struct {
|
||||
Name string
|
||||
Data string
|
||||
PullRequest bool
|
||||
CreatedUnix timeutil.TimeStamp
|
||||
CreatedUnix timeutil.TimeStamp `xorm:"created"`
|
||||
}
|
||||
|
||||
// Validate validates the required fields and formats.
|
||||
|
||||
Reference in New Issue
Block a user