mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 01:24:06 -08:00
Opens label new window
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
64c4433b98
commit
67a9929745
|
@ -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 }}" />
|
||||
|
|
Loading…
Reference in a new issue