diff --git a/resources/views/components/modal-delete-script.blade.php b/resources/views/components/modal-delete-script.blade.php index e6558a0..b640f71 100644 --- a/resources/views/components/modal-delete-script.blade.php +++ b/resources/views/components/modal-delete-script.blade.php @@ -8,10 +8,10 @@ showModal: false }, methods: { - modalForm(event) { + confirmDeleteModal(event) { this.showModal = true; - this.modal_hostname = event.target.id.replace('btn-', ''); - this.modal_id = event.target.title; + this.modal_hostname = event.target.title; + this.modal_id = event.target.id; this.delete_form_action = '{{$uri}}/' + this.modal_id; } } diff --git a/resources/views/dns/index.blade.php b/resources/views/dns/index.blade.php index 565ee03..b3dd3e4 100644 --- a/resources/views/dns/index.blade.php +++ b/resources/views/dns/index.blade.php @@ -42,8 +42,8 @@ @csrf @method('DELETE') - + diff --git a/resources/views/domains/index.blade.php b/resources/views/domains/index.blade.php index d49e1d9..6e1acf7 100644 --- a/resources/views/domains/index.blade.php +++ b/resources/views/domains/index.blade.php @@ -48,8 +48,8 @@ @csrf @method('DELETE') - + diff --git a/resources/views/ips/index.blade.php b/resources/views/ips/index.blade.php index a4390ad..d142746 100644 --- a/resources/views/ips/index.blade.php +++ b/resources/views/ips/index.blade.php @@ -41,8 +41,8 @@
@csrf @method('DELETE') - +
diff --git a/resources/views/labels/index.blade.php b/resources/views/labels/index.blade.php index e96940b..ad3eda1 100644 --- a/resources/views/labels/index.blade.php +++ b/resources/views/labels/index.blade.php @@ -36,8 +36,8 @@ class="text-body mx-1"> @csrf - + @@ -75,6 +75,6 @@ }); - locations + labels diff --git a/resources/views/misc/index.blade.php b/resources/views/misc/index.blade.php index c91f044..fa71f93 100644 --- a/resources/views/misc/index.blade.php +++ b/resources/views/misc/index.blade.php @@ -51,8 +51,8 @@ @csrf @method('DELETE') - + diff --git a/resources/views/os/index.blade.php b/resources/views/os/index.blade.php index f4d4327..256fe4f 100644 --- a/resources/views/os/index.blade.php +++ b/resources/views/os/index.blade.php @@ -32,8 +32,8 @@ {{ $o->name }}
- +
diff --git a/resources/views/providers/index.blade.php b/resources/views/providers/index.blade.php index c8bf3db..6853abb 100644 --- a/resources/views/providers/index.blade.php +++ b/resources/views/providers/index.blade.php @@ -35,8 +35,8 @@ - + diff --git a/resources/views/reseller/index.blade.php b/resources/views/reseller/index.blade.php index edaae17..cc214e8 100644 --- a/resources/views/reseller/index.blade.php +++ b/resources/views/reseller/index.blade.php @@ -80,23 +80,7 @@

@endif - + + reseller + diff --git a/resources/views/seedboxes/index.blade.php b/resources/views/seedboxes/index.blade.php index bb254ee..bd64aee 100644 --- a/resources/views/seedboxes/index.blade.php +++ b/resources/views/seedboxes/index.blade.php @@ -101,24 +101,7 @@ v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})

@endif - - + + seedboxes + diff --git a/resources/views/shared/index.blade.php b/resources/views/shared/index.blade.php index 9a8111b..53ff798 100644 --- a/resources/views/shared/index.blade.php +++ b/resources/views/shared/index.blade.php @@ -79,24 +79,7 @@ v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})

@endif - - + + shared + diff --git a/resources/views/yabs/index.blade.php b/resources/views/yabs/index.blade.php index 88358a8..b8e5fdc 100644 --- a/resources/views/yabs/index.blade.php +++ b/resources/views/yabs/index.blade.php @@ -64,8 +64,8 @@ - +