|
@@ -146,8 +146,6 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
|
|
|
}
|
|
}
|
|
|
$vmModel = VmModel::ofId($row->id)->firstOrFail();
|
|
$vmModel = VmModel::ofId($row->id)->firstOrFail();
|
|
|
$this->api();
|
|
$this->api();
|
|
|
- $buildStatus = new VmBuild();
|
|
|
|
|
-
|
|
|
|
|
$status = (new VmFactory())->fromVmModel($vmModel)->status()['status'];
|
|
$status = (new VmFactory())->fromVmModel($vmModel)->status()['status'];
|
|
|
if ($status=='running')
|
|
if ($status=='running')
|
|
|
{
|
|
{
|