Deon George e0d9eb30b8
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 49s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m29s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m32s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
Switch to using icons when rendering a DN, and move the server icons to the topmenu
2025-03-04 23:03:42 +11:00

20 lines
449 B
PHP

@if (trim($__env->yieldContent('page_title')))
@include('architect::layouts.partials.contentheader')
@endif
<!-- Main content -->
<div class="row">
<div class="col-12">
<!-- Your Page Content Here -->
@yield('main-content')
</div>
</div>
@yield('page-modals')
@yield('page-scripts')
@yield('page-styles')
<!-- Initialise any ajax tool tip attributes -->
<script type="text/javascript">
$('[data-bs-toggle="tooltip"]').tooltip();
</script>