mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-20 17:17:14 -04:00
[UI] Show pull icon on pull (#10061)
* make fmt * show pull icon on pull
This commit is contained in:
parent
e2c505f5ce
commit
169bb55ec6
2 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,7 @@ type Manager struct {
|
|||
runningServerWaitGroup sync.WaitGroup
|
||||
createServerWaitGroup sync.WaitGroup
|
||||
terminateWaitGroup sync.WaitGroup
|
||||
shutdownRequested chan struct{}
|
||||
shutdownRequested chan struct{}
|
||||
}
|
||||
|
||||
func newGracefulManager(ctx context.Context) *Manager {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue