From 5fb4eacf5b70a10d0378a486c6e720e2019ab47b Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 25 Apr 2018 19:18:05 -0700 Subject: [PATCH] Disable history importer on the demo --- resources/views/hardware/history.blade.php | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/resources/views/hardware/history.blade.php b/resources/views/hardware/history.blade.php index ebab4fe7e6..98a579365a 100644 --- a/resources/views/hardware/history.blade.php +++ b/resources/views/hardware/history.blade.php @@ -73,7 +73,11 @@
- + @if (config('app.lock_passwords')===true) + + @else + + @endif
@@ -125,7 +129,16 @@