diff --git a/app/assets/sass/_status-page.scss b/app/assets/sass/_status-page.scss index 278dfd44..22cf6e20 100644 --- a/app/assets/sass/_status-page.scss +++ b/app/assets/sass/_status-page.scss @@ -49,6 +49,14 @@ body.status-page { margin-top: 10px; } + .about-app { + margin-top: 40px; + margin-bottom: 40px; + p { + font-size: 1.2em; + } + } + .alert { border-radius: 0; font-size: 1.2em; diff --git a/app/lang/en/cachet.php b/app/lang/en/cachet.php index e053a298..56e676d0 100644 --- a/app/lang/en/cachet.php +++ b/app/lang/en/cachet.php @@ -26,13 +26,15 @@ return [ 'bad' => 'Some systems are experiencing issues.', ], // Other - 'powered_by' => ':app Status Page is powered by Cachet.', - 'login_message' => 'Welcome Back!', - 'login' => 'Login', - 'logout' => 'Logout', - 'logged_in' => 'You\'re logged in.', - 'setup' => 'Setup Cachet', - 'no_incidents' => 'No incidents reported.', + 'powered_by' => ':app Status Page is powered by Cachet.', + 'about_this_site' => 'About this site', + 'login_message' => 'Welcome Back!', + 'login' => 'Login', + 'logout' => 'Logout', + 'logged_in' => 'You\'re logged in.', + 'setup' => 'Setup Cachet', + 'no_incidents' => 'No incidents reported.', + 'past_incidents' => 'Past incidents', // Dashboard 'dashboard' => [ 'dashboard' => 'Dashboard', diff --git a/app/views/dashboard/settings-app-setup.blade.php b/app/views/dashboard/settings-app-setup.blade.php index 5cb6e5c1..891e9888 100644 --- a/app/views/dashboard/settings-app-setup.blade.php +++ b/app/views/dashboard/settings-app-setup.blade.php @@ -39,6 +39,14 @@ +
+
+
+ + +
+
+
diff --git a/app/views/index.blade.php b/app/views/index.blade.php index 2d8b0c4c..5997fcd1 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -12,12 +12,20 @@
{{ $systemMessage }}
+ @if($aboutApp = Setting::get('app_about')) +
+

{{ Lang::get('cachet.about_this_site') }}

+

{{ $aboutApp }}

+
+ @endif + @include('partials.components') {{-- @if(Setting::get('display_graphs')) @include('partials.graphs') @endif --}} +

{{ Lang::get('cachet.past_incidents') }}

@foreach(range(0, 7) as $i => $v) @include('partials.incident', array('i', $i)) @endforeach diff --git a/public/build/css/all-16923627.css b/public/build/css/all-e92d01c2.css similarity index 99% rename from public/build/css/all-16923627.css rename to public/build/css/all-e92d01c2.css index b9926fcd..b8e87745 100644 --- a/public/build/css/all-16923627.css +++ b/public/build/css/all-e92d01c2.css @@ -4815,6 +4815,11 @@ body.status-page { margin-top: 20px; } body.status-page .page-header { margin-top: 10px; } + body.status-page .about-app { + margin-top: 40px; + margin-bottom: 40px; } + body.status-page .about-app p { + font-size: 1.2em; } body.status-page .alert { border-radius: 0; font-size: 1.2em; } diff --git a/public/build/css/all.css b/public/build/css/all.css index b9926fcd..b8e87745 100644 --- a/public/build/css/all.css +++ b/public/build/css/all.css @@ -4815,6 +4815,11 @@ body.status-page { margin-top: 20px; } body.status-page .page-header { margin-top: 10px; } + body.status-page .about-app { + margin-top: 40px; + margin-bottom: 40px; } + body.status-page .about-app p { + font-size: 1.2em; } body.status-page .alert { border-radius: 0; font-size: 1.2em; } diff --git a/public/build/rev-manifest.json b/public/build/rev-manifest.json index 75fd7291..c6ff1e43 100644 --- a/public/build/rev-manifest.json +++ b/public/build/rev-manifest.json @@ -1,4 +1,4 @@ { - "css/all.css": "css/all-16923627.css", + "css/all.css": "css/all-e92d01c2.css", "js/all.js": "js/all-4554a981.js" } \ No newline at end of file