@extends('device.submenu') @section('tabcontent')
| {{ __('Server Name') }} | {{ __('Power Status') }} | {{ __('Operating System') }} | {{ __('Memory') }} | {{ __('CPU') }} |
|---|---|---|---|---|
|
@if ($vm->parentDevice)
|
{{ $vm->stateLabel[0] }} | {{ $vm->operatingSystem }} | {{ $vm->memoryFormatted }} | {{ $vm->vmwVmCpus }} |