improve UI

This commit is contained in:
Lunny Xiao
2022-11-25 17:48:46 +08:00
committed by Jason Song
parent ab4f539453
commit e43e3f9518
5 changed files with 51 additions and 21 deletions
+1 -1
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.