Skip to content

Commit 7b5b559

Browse files
authored
Merge pull request #15401 from snipe/fixes-15397-new-window-for-label
Opens label new window
2 parents 64c4433 + 67a9929 commit 7b5b559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/hardware/view.blade.php

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
'method' => 'POST',
243243
'route' => ['hardware/bulkedit'],
244244
'class' => 'form-inline',
245+
'target'=>'_blank',
245246
'id' => 'bulkForm']) }}
246247
<input type="hidden" name="bulk_actions" value="labels" />
247248
<input type="hidden" name="ids[{{$asset->id}}]" value="{{ $asset->id }}" />

0 commit comments

Comments
 (0)