Skip to content

Commit

Permalink
Add new IndexPage view
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid authored and hiqsol committed Oct 20, 2020
1 parent bed9283 commit 68b6a00
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/widgets/views/IndexPage/resourceDetail.php
@@ -0,0 +1,16 @@
<div class="box box-widget">
<div class="box-header">
<h4 class="box-title">
<?= $this->context->renderContent('title') ?>
</h4>
<div class="box-tools pull-right">
<?= $this->context->renderContent('actions') ?>
</div>
</div>
<div class="box-body no-padding">
<div class="overlay" style="display: none;">
<i class="fa fa-refresh fa-spin"></i>
</div>
<?= $this->context->renderContent('table') ?>
</div>
</div>

0 comments on commit 68b6a00

Please sign in to comment.