diff --git a/resources/views/reports/index.blade.php b/resources/views/reports/index.blade.php index da731bf3dd..a0318bd196 100755 --- a/resources/views/reports/index.blade.php +++ b/resources/views/reports/index.blade.php @@ -10,7 +10,7 @@ @section('content') {{-- Row: Report Links --}} -
+
@@ -160,296 +160,151 @@
- {{-- Users Box --}} + {{-- Row 1: Users + Assets --}}
-
+ +

{{ trans('general.users') }}

+ +
-
-
-
-

{!! trans('general.created_plain') !!} / {!! trans('general.deleted_users') !!}

- - - - -
-
-
- -
-
+
+
+
-
- {{-- Assets Box --}} -
-
+

{{ trans('general.assets') }}

+ +
-
-
-
-

{!! trans('general.checkouts_checkins') !!}

- - - - -
-
-
- -
-
-
-
-
-

{!! trans('general.created_plain') !!}

- - - - -
-
-
- -
-
-
-
-
-
-
-

{!! trans('general.created_plain') !!}

- - - - -
-
-
- -
-
-
-
-
-

{!! trans('general.created_plain') !!}

- - - - -
-
-
- -
-
+
+
+
+
- {{-- Components --}} + {{-- Row 2: Components + Consumables --}}
-
+ +

{{ trans('general.components') }}

+ +
-
-
-
-

{!! trans('general.checkouts_checkins') !!}

- - - - -
-
-
- -
-
-
-
-
-

{!! trans('general.created_plain') !!}

- - - - -
-
-
- -
-
+
+
+
-
- {{-- Consumables --}} -
-
+

{{ trans('general.consumables') }}

+ +
-
-
-
-

{!! trans('general.checkouts_checkins') !!}

- - - - -
-
-
- -
-
-
-
-
-

{!! trans('general.created_plain') !!}

- - - - -
-
-
- -
-
+
+
+
+
- {{-- Licenses --}} + {{-- Row 3: Licenses + Accessories --}}
-
+ +

{{ trans('general.licenses') }}

+ +
-
-
-
-

{!! trans('general.checkouts_checkins') !!}

- - - - -
-
-
- -
-
-
-
-
-

{!! trans('general.created_plain') !!}

- - - - -
-
-
- -
-
+
+
+
-
- {{-- Accessories --}} -
-
+

{{ trans('general.accessories') }}

+ +
-
-
-
-

{!! trans('general.checkouts_checkins') !!}

- - - - -
-
-
- -
-
-
-
-
-

{!! trans('general.created_plain') !!}

- - - - -
-
-
- -
-
+
+
+
+
@stop @@ -462,14 +317,6 @@ [data-theme="dark"] .info-box .info-box-number, [data-theme="dark"] .info-box .info-box-text, [data-theme="dark"] .info-box .info-box-more { color: #d2d6de; } -.chart-title-row { - display: flex; - align-items: baseline; - justify-content: space-between; - margin-bottom: 4px; -} -.chart-title { margin: 0; } -.chart-tools { white-space: nowrap; } .chart-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; } /* Fullscreen: expand the chart-inner div to fill the screen */ @@ -484,7 +331,6 @@