mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Merge pull request #18474 from grokability/move-box-index
Renamed box blade component wrapper to index
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
<x-tables.bulk-actions
|
||||
id_divname='categoriesBulkEditToolbar'
|
||||
@@ -43,7 +43,7 @@
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
}'>
|
||||
</table>
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
|
||||
@stop
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<x-container columns="2">
|
||||
|
||||
<x-page-column class="col-md-9">
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\CompanyPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="companiesTable"
|
||||
@@ -28,7 +28,7 @@
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
}'>
|
||||
</table>
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-page-column>
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
<div class="nav-tabs-custom">
|
||||
<ul class="nav nav-tabs">
|
||||
|
||||
@@ -205,7 +205,7 @@
|
||||
|
||||
</div><!-- /.tab-content -->
|
||||
</div><!-- nav-tabs-custom -->
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
|
||||
@stop
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\ConsumablePresenter::dataTableLayout() }}"
|
||||
@@ -31,7 +31,7 @@
|
||||
}'>
|
||||
</table>
|
||||
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\DepartmentPresenter::dataTableLayout() }}"
|
||||
@@ -28,7 +28,7 @@
|
||||
}'>
|
||||
</table>
|
||||
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
|
||||
@stop
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
@section('content')
|
||||
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\UserPresenter::dataTableLayout() }}"
|
||||
@@ -34,7 +34,7 @@
|
||||
}'>
|
||||
</table>
|
||||
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
|
||||
@stop
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<x-container>
|
||||
|
||||
<x-page-column>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\DepreciationPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="depreciationsTable"
|
||||
@@ -29,7 +29,7 @@
|
||||
}'>
|
||||
</table>
|
||||
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-page-column>
|
||||
|
||||
</x-container>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
<table
|
||||
data-cookie-id-table="groupsTable"
|
||||
data-side-pagination="server"
|
||||
@@ -44,7 +44,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
@section('moar_scripts')
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
@section('content')
|
||||
<x-container columns="2">
|
||||
<x-page-column class="col-md-9">
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
}'>
|
||||
</table>
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
|
||||
</x-page-column>
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
@include('partials.asset-bulk-actions', ['status' => $requestStatus])
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
}'>
|
||||
</table>
|
||||
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\LicensePresenter::dataTableLayout() }}"
|
||||
@@ -30,7 +30,7 @@
|
||||
}'>
|
||||
</table>
|
||||
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
@include('partials.locations-bulk-actions')
|
||||
|
||||
<table
|
||||
@@ -32,7 +32,7 @@
|
||||
}'>
|
||||
</table>
|
||||
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\MaintenancesPresenter::dataTableLayout() }}"
|
||||
@@ -28,7 +28,7 @@
|
||||
}'>
|
||||
</table>
|
||||
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
@if ($manufacturer_count == 0)
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
</table>
|
||||
|
||||
@endif
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
@section('content')
|
||||
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
@include('partials.models-bulk-actions')
|
||||
<table
|
||||
@@ -39,7 +39,7 @@
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
}'>
|
||||
</table>
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
|
||||
@stop
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
<table
|
||||
data-columns="{{ \App\Presenters\HistoryPresenter::dataTableLayout($serial = true) }}"
|
||||
@@ -37,7 +37,7 @@
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
}'>
|
||||
</table>
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
<table
|
||||
data-cookie-id-table="maintenancesReport"
|
||||
data-show-footer="true"
|
||||
@@ -45,7 +45,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
@include('partials.asset-bulk-actions')
|
||||
|
||||
<table
|
||||
@@ -30,7 +30,7 @@
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
}'>
|
||||
</table>
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
<x-tables.bulk-actions
|
||||
id_divname='suppliersBulkEditToolbar'
|
||||
@@ -44,7 +44,7 @@
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
}'>
|
||||
</table>
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box.container>
|
||||
<x-box>
|
||||
|
||||
@include('partials.users-bulk-actions')
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
|
||||
}'>
|
||||
</table>
|
||||
</x-box.container>
|
||||
</x-box>
|
||||
</x-container>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user