Skip to content

Commit 165c41a

Browse files
committed
Tools: Add icon to indicate hidden tools
1 parent 80dcd79 commit 165c41a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/tools/tool/index.blade.php

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
@endif
4343
</td>
4444
<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
4548
{{ $tool->getStatusString() }}
4649
@if ($tool->getStatus() == \HMS\Entities\Tools\ToolState::DISABLED && ! is_null($tool->getStatusText()))
4750
<br>{{ $tool->getStatusText() }}

0 commit comments

Comments
 (0)