Skip to content
Snippets Groups Projects
Commit b97970b7 authored by Georgi's avatar Georgi
Browse files

Updated the dashboard with new html element's used css and better management

parent c7947fa4
No related branches found
No related tags found
No related merge requests found
@extends('layouts.app') @extends('layouts.app')
@section('content') @section('content')
<div style="width: 100%; height: 100%" id="container"> <div style="width: 100%; height: 800px"
<div class="split-left"> id="container">
<div class="row h-100">
<div class="col-md-auto left">
<h2>Available Agents</h2> <h2>Available Agents</h2>
<table class="table"> <table class="table">
@foreach ($graph_elements as $graph_element) @foreach ($graph_elements as $graph_element)
...@@ -20,10 +22,12 @@ ...@@ -20,10 +22,12 @@
@endforeach @endforeach
</table> </table>
</div> </div>
<div class="split-right" id="visualization"> <div class="col-10 right" id="visualization">
<h2>Test2</h2> <h2>Test2</h2>
</div> </div>
</div> </div>
</div>
</div>
<div class="text-muted bottom-right"> <div class="text-muted bottom-right">
Reload in <span id="reload-countdown">300</span> seconds Reload in <span id="reload-countdown">300</span> seconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment