forked from forgejo/forgejo
Finish new web hook pages
This commit is contained in:
parent
9820b8e134
commit
9a1d5d2489
23 changed files with 249 additions and 265 deletions
|
@ -239,4 +239,7 @@ clear: both;
|
|||
}
|
||||
.text-red {
|
||||
color: #DD4B39;
|
||||
}
|
||||
.text-grey {
|
||||
color: #999999;
|
||||
}
|
|
@ -52,6 +52,7 @@
|
|||
}
|
||||
|
||||
#repo-hooks-panel,
|
||||
#repo-hooks-history-panel,
|
||||
#user-ssh-panel {
|
||||
margin-bottom: 20px;
|
||||
.setting-list {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue