misc_pterodactyl-panel/resources/themes/pterodactyl/partials/_internal/beta.blade.php

10 lines
417 B
PHP
Raw Normal View History

2017-11-04 01:40:51 +00:00
@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