@extends('layout.default') @section('head') @stop @section('content') @if(Session::has('flash_msg'))

{!! Session::get('flash_msg')!!}

{!! Session::forget('flash_msg') !!} @endif

{{ $clientlogs->count() }} 件ヒットしました。

{{ Form::open(['method' => 'post']) }} {{ Form::close() }} @foreach ($clientlogs as $line) @endforeach
ステータス サーバ 組織名 ユーザ名 ホスト名 スタート 起動秒 コンテナ削除 削除理由 利用分 ロードアベレージ コンテナ数
{{ $line->statmsg }} {{ $line->scvserver }} {{ $line->organization_name }} {{ $line->scvuser }} {{ $line->hostname }} {{ $line->scvdirect_started }} {{ $diff1 }} {{ $line->container_removed }} {{ $line->container_removed_reason }} {{ number_format($diff2, 1) }} {{ $line->cpuloadavg }} {{ $line->containers }}
@stop @section('script') @stop