We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dcd79 commit 165c41aCopy full SHA for 165c41a
resources/views/tools/tool/index.blade.php
@@ -42,6 +42,9 @@
42
@endif
43
</td>
44
<td data-title="Status">
45
+ @if ($tool->isHidden())
46
+ <span style="color: #195905" title="This tool is hidden for general users."><i class="fa fa-eye-slash" aria-hidden="true"></i></span>
47
+ @endif
48
{{ $tool->getStatusString() }}
49
@if ($tool->getStatus() == \HMS\Entities\Tools\ToolState::DISABLED && ! is_null($tool->getStatusText()))
50
<br>{{ $tool->getStatusText() }}
0 commit comments