New Controllers added. Added Charts
This commit is contained in:
@@ -62,7 +62,12 @@
|
||||
.m-b-md {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
{!! Charts::styles() !!}
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="flex-center position-ref full-height">
|
||||
@@ -79,17 +84,27 @@
|
||||
|
||||
<div class="content">
|
||||
<div class="title m-b-md">
|
||||
Dashboard
|
||||
HumidityPi
|
||||
</div>
|
||||
|
||||
<div class="links">
|
||||
<a href="https://laravel.com/docs">Documentation</a>
|
||||
<a href="https://laracasts.com">Laracasts</a>
|
||||
<a href="https://laravel-news.com">News</a>
|
||||
<a href="https://forge.laravel.com">Forge</a>
|
||||
<a href="https://github.com/laravel/laravel">GitHub</a>
|
||||
<a href="https://laravel.com/docs">Dokumentation</a>
|
||||
<a href="https://laracasts.com">Kategorie 1</a>
|
||||
<a href="https://laravel-news.com">Kategorie 2</a>
|
||||
<a href="https://gitlab.com/STRUCTiX/dht22tempstats">GitLab</a>
|
||||
<a href="https://github.com/laravel/laravel">Einstellungen</a>
|
||||
</div>
|
||||
|
||||
<div class="title m-b-md">
|
||||
{!! $latestShit !!}
|
||||
</div>
|
||||
|
||||
<!--{!! $chart->render() !!}-->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{!! $chart->html() !!}
|
||||
{!! Charts::scripts() !!}
|
||||
{!! $chart->script() !!}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user