mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
add cheatcheat
gofumpt
This commit is contained in:
parent
70856b683c
commit
59f39d76cc
10 changed files with 10 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
|
|||
## Container
|
||||
|
||||
<pre>
|
||||
<kbd></kbd>: copy container id
|
||||
<kbd>d</kbd>: entfernen
|
||||
<kbd>e</kbd>: hide/show stopped containers
|
||||
<kbd>p</kbd>: pause
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
|
|||
## Containers
|
||||
|
||||
<pre>
|
||||
<kbd></kbd>: copy container id
|
||||
<kbd>d</kbd>: remove
|
||||
<kbd>e</kbd>: hide/show stopped containers
|
||||
<kbd>p</kbd>: pause
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
|
|||
## Contenedores
|
||||
|
||||
<pre>
|
||||
<kbd></kbd>: copy container id
|
||||
<kbd>d</kbd>: borrar
|
||||
<kbd>e</kbd>: esconder/mostrar contenedores parados
|
||||
<kbd>p</kbd>: pausa
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
|
|||
## Conteneurs
|
||||
|
||||
<pre>
|
||||
<kbd></kbd>: copy container id
|
||||
<kbd>d</kbd>: supprimer
|
||||
<kbd>e</kbd>: cacher/montrer les conteneurs arrêtés
|
||||
<kbd>p</kbd>: pause
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
|
|||
## Containers
|
||||
|
||||
<pre>
|
||||
<kbd></kbd>: copy container id
|
||||
<kbd>d</kbd>: verwijder
|
||||
<kbd>e</kbd>: verberg gestopte containers
|
||||
<kbd>p</kbd>: pause
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
|
|||
## Kontenery
|
||||
|
||||
<pre>
|
||||
<kbd></kbd>: copy container id
|
||||
<kbd>d</kbd>: usuń
|
||||
<kbd>e</kbd>: hide/show stopped containers
|
||||
<kbd>p</kbd>: pause
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
|
|||
## Contêineres
|
||||
|
||||
<pre>
|
||||
<kbd></kbd>: copy container id
|
||||
<kbd>d</kbd>: remover
|
||||
<kbd>e</kbd>: ocultar/mostrar contêineres parados
|
||||
<kbd>p</kbd>: pausar
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
|
|||
## Konteynerler
|
||||
|
||||
<pre>
|
||||
<kbd></kbd>: copy container id
|
||||
<kbd>d</kbd>: kaldır
|
||||
<kbd>e</kbd>: hide/show stopped containers
|
||||
<kbd>p</kbd>: pause
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
|
|||
## 容器
|
||||
|
||||
<pre>
|
||||
<kbd></kbd>: copy container id
|
||||
<kbd>d</kbd>: 移除
|
||||
<kbd>e</kbd>: 隐藏/显示已停止的容器
|
||||
<kbd>p</kbd>: 暂停
|
||||
|
|
|
|||
|
|
@ -39,8 +39,7 @@ func (m *statusManager) addWaitingStatus(name string) {
|
|||
|
||||
m.removeStatus(name)
|
||||
newStatus := appStatus{
|
||||
name: name,
|
||||
//TODO: add a different enum for information statuses
|
||||
name: name,
|
||||
statusType: "waiting",
|
||||
duration: 0,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue