1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

improve UI

This commit is contained in:
Lunny Xiao
2022-10-09 19:12:15 +08:00
committed by Jason Song
parent ab4f539453
commit e43e3f9518
5 changed files with 51 additions and 21 deletions

View File

@@ -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.