Skip to content

Commit

Permalink
Remove detail widgets that are now converted to blade detail widget c…
Browse files Browse the repository at this point in the history
…omponents
  • Loading branch information
mosen committed Jan 18, 2024
1 parent fad4cee commit ebb6ae0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 63 deletions.
15 changes: 0 additions & 15 deletions resources/views/client/summary_tab.php

This file was deleted.

4 changes: 0 additions & 4 deletions resources/views/comment/comment_detail_widget.yml

This file was deleted.

5 changes: 5 additions & 0 deletions resources/views/components/widget/detail/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
</div>

@push('scripts')
@isset($js)
<script>
{!! $js !!}
</script>
@endisset
@isset($js_link)
@foreach(is_array($js_link) ? $js_link : [$js_link] as $link)
<script src="{{ url($link) }}"></script>
Expand Down
44 changes: 0 additions & 44 deletions resources/views/detail_widgets/table_widget.php

This file was deleted.

0 comments on commit ebb6ae0

Please sign in to comment.