mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-03 13:11:16 +02:00
Updated config manager
This commit is contained in:
parent
427da4f811
commit
3cffa86b4a
@ -7,8 +7,8 @@
|
|||||||
{{trans('env-editor::env-editor.menuTitle')}}
|
{{trans('env-editor::env-editor.menuTitle')}}
|
||||||
@endpush
|
@endpush
|
||||||
|
|
||||||
@section('content')
|
|
||||||
|
|
||||||
|
@section('content')
|
||||||
<div id="env-editor">
|
<div id="env-editor">
|
||||||
<div id="env-alerts"></div>
|
<div id="env-alerts"></div>
|
||||||
|
|
||||||
@ -110,3 +110,5 @@
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
||||||
|
|
||||||
|
@extends('layouts.sidebar')
|
@ -11,11 +11,6 @@
|
|||||||
<!-- CSRF Token -->
|
<!-- CSRF Token -->
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}"/>
|
<meta name="csrf-token" content="{{ csrf_token() }}"/>
|
||||||
|
|
||||||
<link rel="stylesheet"
|
|
||||||
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
|
|
||||||
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
|
|
||||||
crossorigin="anonymous">
|
|
||||||
|
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
|
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
|
||||||
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
|
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
|
||||||
@ -24,17 +19,6 @@
|
|||||||
@stack('styles')
|
@stack('styles')
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app" class="container-fluid ">
|
|
||||||
|
|
||||||
<div id="body-wrapper" class="py-5 px-2">
|
|
||||||
<h2 class="mb-4">@stack('documentTitle')</h2>
|
|
||||||
<main class="" role="main" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Table">
|
|
||||||
@yield('content')
|
|
||||||
</main>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="javascripts">
|
<span class="javascripts">
|
||||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user