From db42066a66c68b2196ddb6222778dcc98bd22135 Mon Sep 17 00:00:00 2001 From: cp6 Date: Sun, 20 Feb 2022 21:52:46 +1100 Subject: [PATCH] Updated views that use Vue to the new self hosted asset Updated views that use Vue to the new self hosted asset --- resources/views/domains/index.blade.php | 4 ++++ resources/views/labels/index.blade.php | 4 ++++ resources/views/locations/index.blade.php | 4 ++++ resources/views/misc/index.blade.php | 4 ++++ resources/views/os/index.blade.php | 4 ++++ resources/views/providers/index.blade.php | 4 ++++ resources/views/reseller/index.blade.php | 4 ++++ resources/views/servers/create.blade.php | 4 ++++ resources/views/servers/index.blade.php | 4 ++++ resources/views/shared/index.blade.php | 4 ++++ resources/views/yabs/index.blade.php | 4 ++++ 11 files changed, 44 insertions(+) diff --git a/resources/views/domains/index.blade.php b/resources/views/domains/index.blade.php index 52f146e..fd46f07 100644 --- a/resources/views/domains/index.blade.php +++ b/resources/views/domains/index.blade.php @@ -2,6 +2,10 @@ @section('style') @endsection +@section('scripts') + + +@endsection {{ __('Domains') }} diff --git a/resources/views/labels/index.blade.php b/resources/views/labels/index.blade.php index 9630c36..5c6f5f5 100644 --- a/resources/views/labels/index.blade.php +++ b/resources/views/labels/index.blade.php @@ -5,6 +5,10 @@ @section('style') @endsection +@section('scripts') + + +@endsection {{ __('Labels') }} diff --git a/resources/views/locations/index.blade.php b/resources/views/locations/index.blade.php index 7b9e459..ed0e66e 100644 --- a/resources/views/locations/index.blade.php +++ b/resources/views/locations/index.blade.php @@ -5,6 +5,10 @@ @section('style') @endsection +@section('scripts') + + +@endsection {{ __('Locations') }} diff --git a/resources/views/misc/index.blade.php b/resources/views/misc/index.blade.php index 0e0770d..f3c49e3 100644 --- a/resources/views/misc/index.blade.php +++ b/resources/views/misc/index.blade.php @@ -1,4 +1,8 @@ @section('title') {{'Misc services'}} @endsection +@section('scripts') + + +@endsection {{ __('Misc services') }} diff --git a/resources/views/os/index.blade.php b/resources/views/os/index.blade.php index eea374d..e35cd53 100644 --- a/resources/views/os/index.blade.php +++ b/resources/views/os/index.blade.php @@ -5,6 +5,10 @@ @section('style') @endsection +@section('scripts') + + +@endsection {{ __('Operating systems') }} diff --git a/resources/views/providers/index.blade.php b/resources/views/providers/index.blade.php index dc971ba..5153bf5 100644 --- a/resources/views/providers/index.blade.php +++ b/resources/views/providers/index.blade.php @@ -5,6 +5,10 @@ @section('style') @endsection +@section('scripts') + + +@endsection {{ __('Providers') }} diff --git a/resources/views/reseller/index.blade.php b/resources/views/reseller/index.blade.php index cccba45..0b2b08f 100644 --- a/resources/views/reseller/index.blade.php +++ b/resources/views/reseller/index.blade.php @@ -2,6 +2,10 @@ @section('style') @endsection +@section('scripts') + + +@endsection {{ __('Reseller') }} diff --git a/resources/views/servers/create.blade.php b/resources/views/servers/create.blade.php index 0c029ef..84d913d 100644 --- a/resources/views/servers/create.blade.php +++ b/resources/views/servers/create.blade.php @@ -1,4 +1,8 @@ @section('title') {{'Enter new server'}} @endsection +@section('scripts') + + +@endsection {{ __('Insert a new server') }} diff --git a/resources/views/servers/index.blade.php b/resources/views/servers/index.blade.php index c226984..89951e0 100644 --- a/resources/views/servers/index.blade.php +++ b/resources/views/servers/index.blade.php @@ -2,6 +2,10 @@ @section('style') @endsection +@section('scripts') + + +@endsection {{ __('Servers') }} diff --git a/resources/views/shared/index.blade.php b/resources/views/shared/index.blade.php index 23cb55f..80ebb6a 100644 --- a/resources/views/shared/index.blade.php +++ b/resources/views/shared/index.blade.php @@ -2,6 +2,10 @@ @section('style') @endsection +@section('scripts') + + +@endsection {{ __('Shared hosting') }} diff --git a/resources/views/yabs/index.blade.php b/resources/views/yabs/index.blade.php index bf3bff4..f010de3 100644 --- a/resources/views/yabs/index.blade.php +++ b/resources/views/yabs/index.blade.php @@ -2,6 +2,10 @@ @section('style') @endsection +@section('scripts') + + +@endsection {{ __('YABs') }}