Zmena na monitoring, search zmeneny, vela malych zmien

This commit is contained in:
2020-02-29 14:24:49 +01:00
parent fd43aef235
commit c919cde09f
33 changed files with 178779 additions and 1187 deletions

View File

@@ -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]; });