mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Show/hide on companies and depts
This commit is contained in:
@@ -6,10 +6,14 @@
|
||||
@parent
|
||||
@stop
|
||||
|
||||
@section('header_right')
|
||||
<i class="fa-regular fa-2x fa-square-caret-right pull-right" id="expand-info-panel-button" data-tooltip="true" title="{{ trans('button.show_hide_info') }}"></i>
|
||||
@endsection
|
||||
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container columns="2">
|
||||
<x-page-column class="col-md-9">
|
||||
<x-page-column class="col-md-9 main-panel">
|
||||
<x-tabs>
|
||||
<x-slot:tabnav>
|
||||
|
||||
|
||||
@@ -8,11 +8,14 @@
|
||||
@parent
|
||||
@stop
|
||||
|
||||
@section('header_right')
|
||||
<i class="fa-regular fa-2x fa-square-caret-right pull-right" id="expand-info-panel-button" data-tooltip="true" title="{{ trans('button.show_hide_info') }}"></i>
|
||||
@endsection
|
||||
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container columns="2">
|
||||
<x-page-column class="col-md-9">
|
||||
<x-page-column class="col-md-9 main-panel">
|
||||
<x-box>
|
||||
|
||||
<x-slot:bulkactions>
|
||||
|
||||
Reference in New Issue
Block a user