Add beta warnings
This commit is contained in:
parent
3daade7fe5
commit
0b08c01668
3 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
@section('beta-notice')
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="alert alert-warning no-margin-bottom">
|
||||
<i class="fa fa-warning"></i> You are running a beta version of Pterodactyl Panel. Not all features are complete and bugs should be expected. Please report any bugs on Discord or via our Github issue tracker.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@show
|
Reference in a new issue