mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +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