fix inside and outside dashboard
This commit is contained in:
@@ -295,14 +295,14 @@ class UsersRoleMenuSeeder extends Seeder
|
|||||||
"sort_order" => 1,
|
"sort_order" => 1,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"name" => "Dalam Sistem",
|
"name" => "Luar Sistem",
|
||||||
"url" => "dashboard.potentials.inside_system",
|
"url" => "dashboard.potentials.inside_system",
|
||||||
"icon" => null,
|
"icon" => null,
|
||||||
"parent_id" => Menu::where('name', 'Dashboard Potensi')->first()->id,
|
"parent_id" => Menu::where('name', 'Dashboard Potensi')->first()->id,
|
||||||
"sort_order" => 1,
|
"sort_order" => 1,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"name" => "Luar Sistem",
|
"name" => "Dalam Sistem",
|
||||||
"url" => "dashboard.potentials.outside_system",
|
"url" => "dashboard.potentials.outside_system",
|
||||||
"icon" => null,
|
"icon" => null,
|
||||||
"parent_id" => Menu::where('name', 'Dashboard Potensi')->first()->id,
|
"parent_id" => Menu::where('name', 'Dashboard Potensi')->first()->id,
|
||||||
|
|||||||
@@ -5,13 +5,13 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
@include('layouts.partials.page-title', ['title' => 'Dashboards', 'subtitle' => 'Dalam Sistem'])
|
@include('layouts.partials.page-title', ['title' => 'Dashboards', 'subtitle' => 'Luar Sistem'])
|
||||||
|
|
||||||
<div class="lack-of-potential-wrapper">
|
<div class="lack-of-potential-wrapper">
|
||||||
<div class="row" id="lack-of-potential-wrapper">
|
<div class="row" id="lack-of-potential-wrapper">
|
||||||
<div class="d-flex justify-content-between align-items-center mt-3 ms-2">
|
<div class="d-flex justify-content-between align-items-center mt-3 ms-2">
|
||||||
<h2 class="text-danger m-0">
|
<h2 class="text-danger m-0">
|
||||||
ANALISA BIG DATA MELALUI APLIKASI <br> SIBEDAS PBG DALAM SISTEM
|
ANALISA BIG DATA MELALUI APLIKASI <br> SIBEDAS PBG LUAR SISTEM
|
||||||
</h2>
|
</h2>
|
||||||
<div class="text-black text-end d-flex flex-column align-items-end me-3">
|
<div class="text-black text-end d-flex flex-column align-items-end me-3">
|
||||||
<input type="text" class="form-control mt-2" style="max-width: 125px;" id="datepicker-lack-of-potential" placeholder="Filter Date" />
|
<input type="text" class="form-control mt-2" style="max-width: 125px;" id="datepicker-lack-of-potential" placeholder="Filter Date" />
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
@endsection
|
@endsection
|
||||||
<!-- content -->
|
<!-- content -->
|
||||||
@section('content')
|
@section('content')
|
||||||
@include('layouts.partials.page-title', ['title' => 'Dashboards', 'subtitle' => 'Luar Sistem'])
|
@include('layouts.partials.page-title', ['title' => 'Dashboards', 'subtitle' => 'Dalam Sistem'])
|
||||||
<div class="outside-system-wrapper" id="outside-system-wrapper">
|
<div class="outside-system-wrapper" id="outside-system-wrapper">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="d-flex justify-content-between align-items-center mt-3 ms-2">
|
<div class="d-flex justify-content-between align-items-center mt-3 ms-2">
|
||||||
<h2 class="text-danger m-0">
|
<h2 class="text-danger m-0">
|
||||||
ANALISA BIG DATA MELALUI APLIKASI <br>
|
ANALISA BIG DATA MELALUI APLIKASI <br>
|
||||||
SIBEDAS PBG LUAR SISTEM
|
SIBEDAS PBG DALAM SISTEM
|
||||||
</h2>
|
</h2>
|
||||||
<div class="text-black text-end d-flex flex-column align-items-end me-3">
|
<div class="text-black text-end d-flex flex-column align-items-end me-3">
|
||||||
<input type="text" class="form-control mt-2" style="max-width: 125px;" id="datepicker-outside-system" placeholder="Filter Date" />
|
<input type="text" class="form-control mt-2" style="max-width: 125px;" id="datepicker-outside-system" placeholder="Filter Date" />
|
||||||
|
|||||||
Reference in New Issue
Block a user