feat: creation of service account (#44913)

* feat: creation of service account

* added back button for the details page

* refactor: remove unused file, renamed fields

* oppps
This commit is contained in:
Eric Leijonmarck
2022-02-07 14:12:39 +01:00
committed by GitHub
parent a8e9369084
commit 334c29eebf
8 changed files with 101 additions and 15 deletions

View File

@@ -19,8 +19,6 @@ type ServiceAccount struct {
}
type CreateServiceaccountForm struct {
OrgID int64 `json:"-"`
Name string `json:"name" binding:"Required"`
DisplayName string `json:"displayName"`
Description string `json:"description"`
OrgID int64 `json:"-"`
Name string `json:"name" binding:"Required"`
}