wip content index
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
|
||||
<div class="">
|
||||
<div class="{{$inModal ? 'mt-0' : 'mt-5'}}">
|
||||
<h3 class="header-normal mb-5 ">
|
||||
{{$schema->label}}
|
||||
</h3>
|
||||
{{-- {#if selected.length > 0 && !inModal && isWritable}--}}
|
||||
{{-- <ActionsOnSelected {schema} {selected} {filter}/>--}}
|
||||
{{-- {:else}--}}
|
||||
{{-- <Tools--}}
|
||||
{{-- bind:schema--}}
|
||||
{{-- bind:records--}}
|
||||
{{-- {systemFields}--}}
|
||||
{{-- {sortParam}--}}
|
||||
{{-- {sortField}--}}
|
||||
{{-- {operators}--}}
|
||||
{{-- {filter}--}}
|
||||
{{-- {graph}--}}
|
||||
{{-- {inModal}--}}
|
||||
{{-- {modalUrl}--}}
|
||||
{{-- {isWritable}--}}
|
||||
{{-- on:refresh={refresh}--}}
|
||||
{{-- />--}}
|
||||
{{-- {/if}--}}
|
||||
@include("lucent::records.table")
|
||||
</div>
|
||||
|
||||
{{-- <Pagination--}}
|
||||
{{-- {limit}--}}
|
||||
{{-- {skip}--}}
|
||||
{{-- {total}--}}
|
||||
{{-- on:refresh={refresh}--}}
|
||||
{{-- {inModal}--}}
|
||||
{{-- {modalUrl}--}}
|
||||
{{-- />--}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user