mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Hide migration on hosted
This commit is contained in:
parent
2bdb26dd06
commit
b645356122
@ -238,6 +238,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if (Utils::isSelfHost() || request()->show_migration)
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">{!! trans('texts.migrate_to_next_version') !!}</h3>
|
||||
@ -259,6 +260,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
{!! Former::close() !!}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user