feat: add docker engine support install script to rhel based systems

This commit is contained in:
Andras Bacsai
2023-11-21 11:39:19 +01:00
parent 16eb7f4fb4
commit e78b6758d8
5 changed files with 83 additions and 43 deletions

View File

@@ -25,7 +25,7 @@ class Show extends Component
}
public function submit()
{
$this->emit('serverRefresh');
$this->emit('serverRefresh',false);
}
public function render()
{