This closes #184, closes #126

This commit is contained in:
Kode
2018-06-13 20:03:26 +01:00
parent e3ec7de23a
commit 2e301bdd51
6 changed files with 550 additions and 150 deletions

View File

@@ -272,6 +272,12 @@ body {
}
.title {
font-size: 16px;
&.black {
color: #000;
}
&.white {
color: #fff;
}
}
.details {
width: 100%;

View File

@@ -6,7 +6,7 @@
<img class="app-icon" src="/img/heimdall-icon-small.png" />
@endif
<div class="details">
<div class="title">{{ $app->title }}</div>
<div class="title{{ title_color($app->colour) }}">{{ $app->title }}</div>
@if(isset($app->config->enabled) && ((bool)$app->config->enabled === true))
<div data-id="{{ $app->id }}" data-dataonly="{{ $app->config->dataonly or '0' }}" class="livestats-container"></div>
@endif