mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -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',
|
'method' => 'POST',
|
||||||
'route' => ['hardware/bulkedit'],
|
'route' => ['hardware/bulkedit'],
|
||||||
'class' => 'form-inline',
|
'class' => 'form-inline',
|
||||||
|
'target'=>'_blank',
|
||||||
'id' => 'bulkForm']) }}
|
'id' => 'bulkForm']) }}
|
||||||
<input type="hidden" name="bulk_actions" value="labels" />
|
<input type="hidden" name="bulk_actions" value="labels" />
|
||||||
<input type="hidden" name="ids[{{$asset->id}}]" value="{{ $asset->id }}" />
|
<input type="hidden" name="ids[{{$asset->id}}]" value="{{ $asset->id }}" />
|
||||||
|
|
Loading…
Reference in a new issue