mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Added new partial for the form inline “demo mode”
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
35bef6625a
commit
658252125e
5
resources/views/partials/forms/demo-mode.blade.php
Normal file
5
resources/views/partials/forms/demo-mode.blade.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-10 col-md-offset-2">
|
||||||
|
{!! Helper::showDemoModeFieldWarning() !!}
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
Reference in a new issue