fix(branding): replace "self-hosted" subtitle on dashboard
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 34s
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 34s
This commit is contained in:
parent
5dc57358a2
commit
e49feb3e0b
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
return [
|
return [
|
||||||
// MapleDeploy branding: registry pointed to Forgejo, auto-update disabled by default
|
// MapleDeploy branding: registry pointed to Forgejo, auto-update disabled by default
|
||||||
'coolify' => [
|
'coolify' => [
|
||||||
'version' => '4.0.0-beta.463.2',
|
'version' => '4.0.0-beta.463.3',
|
||||||
'helper_version' => '1.0.12',
|
'helper_version' => '1.0.12',
|
||||||
'realtime_version' => '1.0.10',
|
'realtime_version' => '1.0.10',
|
||||||
'self_hosted' => env('SELF_HOSTED', true),
|
'self_hosted' => env('SELF_HOSTED', true),
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<span x-data x-init="$wire.emit('error', '{{ session('error') }}')" />
|
<span x-data x-init="$wire.emit('error', '{{ session('error') }}')" />
|
||||||
@endif
|
@endif
|
||||||
<h1>Dashboard</h1>
|
<h1>Dashboard</h1>
|
||||||
<div class="subtitle">Your self-hosted infrastructure.</div>
|
<div class="subtitle">Your deployment platform.</div>
|
||||||
@if (request()->query->get('success'))
|
@if (request()->query->get('success'))
|
||||||
<div class=" mb-10 font-bold alert alert-success">
|
<div class=" mb-10 font-bold alert alert-success">
|
||||||
Your subscription has been activated! Welcome onboard! It could take a few seconds before your
|
Your subscription has been activated! Welcome onboard! It could take a few seconds before your
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue