fix: Enable quit on Docker connect error screen
This commit is contained in:
@@ -420,7 +420,7 @@ impl fmt::Display for State {
|
||||
}
|
||||
|
||||
/// Items for the container control list
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum DockerCommand {
|
||||
Pause,
|
||||
Restart,
|
||||
|
||||
Reference in New Issue
Block a user