Skip to content

Commit 3cffa86

Browse files
committed
Updated config manager
1 parent 427da4f commit 3cffa86

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

resources/views/vendor/env-editor/index.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{{trans('env-editor::env-editor.menuTitle')}}
88
@endpush
99

10-
@section('content')
1110

11+
@section('content')
1212
<div id="env-editor">
1313
<div id="env-alerts"></div>
1414

@@ -110,3 +110,5 @@
110110
})
111111
</script>
112112
@endpush
113+
114+
@extends('layouts.sidebar')

resources/views/vendor/env-editor/layout.blade.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
<!-- CSRF Token -->
1212
<meta name="csrf-token" content="{{ csrf_token() }}"/>
1313

14-
<link rel="stylesheet"
15-
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
16-
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
17-
crossorigin="anonymous">
18-
1914
<link rel="stylesheet"
2015
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
2116
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
@@ -24,17 +19,6 @@
2419
@stack('styles')
2520
</head>
2621
<body>
27-
<div id="app" class="container-fluid ">
28-
29-
<div id="body-wrapper" class="py-5 px-2">
30-
<h2 class="mb-4">@stack('documentTitle')</h2>
31-
<main class="" role="main" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Table">
32-
@yield('content')
33-
</main>
34-
</div>
35-
36-
</div>
37-
3822

3923
<span class="javascripts">
4024
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"

0 commit comments

Comments
 (0)