mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Only show template name input on default screen
This commit is contained in:
parent
26cc4497eb
commit
cf5c78029c
|
@ -447,6 +447,8 @@
|
|||
</script>
|
||||
@endpush
|
||||
</div>
|
||||
@endif
|
||||
@if (request()->routeIs('reports/custom'))
|
||||
<div class="form-group">
|
||||
<form method="post" id="savetemplateform" action="{{ route("report-templates.store") }}">
|
||||
@csrf
|
||||
|
|
Loading…
Reference in a new issue