From 880828379e94612eac2e2bc2b5eb55b7fb39013a Mon Sep 17 00:00:00 2001 From: snipe Date: Sun, 5 Jun 2022 21:02:51 -0700 Subject: [PATCH] Update bulki partials with new values Signed-off-by: snipe --- resources/views/partials/asset-bulk-actions.blade.php | 6 +++--- resources/views/partials/users-bulk-actions.blade.php | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/views/partials/asset-bulk-actions.blade.php b/resources/views/partials/asset-bulk-actions.blade.php index cf75fcfcd8..2adb62c996 100644 --- a/resources/views/partials/asset-bulk-actions.blade.php +++ b/resources/views/partials/asset-bulk-actions.blade.php @@ -1,9 +1,9 @@ -
+
{{ Form::open([ 'method' => 'POST', 'route' => ['hardware/bulkedit'], 'class' => 'form-inline', - 'id' => 'assetToolbar']) }} + 'id' => 'assetsBulkForm']) }}
\ No newline at end of file diff --git a/resources/views/partials/users-bulk-actions.blade.php b/resources/views/partials/users-bulk-actions.blade.php index e19c54c519..016f549214 100644 --- a/resources/views/partials/users-bulk-actions.blade.php +++ b/resources/views/partials/users-bulk-actions.blade.php @@ -1,4 +1,4 @@ -
+
{{ Form::open([ 'method' => 'POST', 'route' => ['users/bulkedit'], @@ -10,12 +10,13 @@
- +
@endcan @endif + {{ Form::close() }}
\ No newline at end of file