Skip to content

Commit

Permalink
Merge pull request #15401 from snipe/fixes-15397-new-window-for-label
Browse files Browse the repository at this point in the history
Opens label new window
  • Loading branch information
snipe authored Aug 28, 2024
2 parents 64c4433 + 67a9929 commit 7b5b559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/hardware/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
'method' => 'POST',
'route' => ['hardware/bulkedit'],
'class' => 'form-inline',
'target'=>'_blank',
'id' => 'bulkForm']) }}
<input type="hidden" name="bulk_actions" value="labels" />
<input type="hidden" name="ids[{{$asset->id}}]" value="{{ $asset->id }}" />
Expand Down

0 comments on commit 7b5b559

Please sign in to comment.