Add "Pulse" to the Blueprint admin page
This commit is contained in:
parent
a52ec1a3c1
commit
08dc69cc74
2 changed files with 11 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
@else
|
||||
|
||||
<p><i class='bx bxs-bug'></i> We're glad you are excited to install Blueprint onto your panel, but please tone it down a little. To start using Blueprint, run the installation script. <a href="https://github.com/teamblueprint/main#installation">Learn more.</a></p>
|
||||
<p><i class='bx bxs-error-alt'></i> We're glad you are excited to install Blueprint onto your panel, but please tone it down a little. To start using Blueprint, run the installation script.</p>
|
||||
|
||||
@endif
|
||||
@endsection
|
||||
|
|
|
@ -29,6 +29,16 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Pulse -->
|
||||
<div class="box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title"><i class='bx bx-pulse' style='margin-right:5px;'></i>Pulse</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<p>This element is currently not functional. In the future this will show problems with your Blueprint installation.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Terminal -->
|
||||
@if($bp->dbGet('developer') == "true")
|
||||
<div class="box">
|
||||
|
|
Loading…
Reference in a new issue