mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Still show the purge button even if not allowed to avoid confusion
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d167d2a10f
commit
75d19d815d
|
@ -314,7 +314,7 @@
|
|||
</div>
|
||||
@endif
|
||||
|
||||
@if (config('app.allow_purge')=='true')
|
||||
|
||||
<div class="col-md-4 col-lg-3 col-sm-6 col-xl-1">
|
||||
<div class="box box-danger">
|
||||
<div class="box-body text-center">
|
||||
|
@ -329,10 +329,6 @@
|
|||
<p class="help-block">{{ trans('admin/settings/general.purge_help') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue