Zmena na monitoring, search zmeneny, vela malych zmien
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
@extends('welcome')
|
||||
|
||||
@section('content')
|
||||
<div class="title m-b-md">
|
||||
Monitoring {{ $type }} on OkU TT
|
||||
</div>
|
||||
Parametre</br>
|
||||
Analyza uzivatela: {{ $user }} <br/>
|
||||
Datum od: {{ $start }} <br/>
|
||||
@@ -10,7 +13,7 @@
|
||||
<script>
|
||||
|
||||
|
||||
Plotly.d3.csv("{!! route('csv',['start'=> $start, 'end'=> $end, 'user'=> $user]) !!}", function(err, rows){
|
||||
Plotly.d3.csv("{!! route('csv',['type' => $type, 'start'=> $start, 'end'=> $end, 'user'=> $user]) !!}", function(err, rows){
|
||||
|
||||
function unpack(rows, key) {
|
||||
return rows.map(function(row) { return row[key]; });
|
||||
|
||||
Reference in New Issue
Block a user