Files
sam-manage/resources/views/user-permissions/partials/empty-state.blade.php

18 lines
937 B
PHP
Raw Normal View History

<div class="px-6 py-12 text-center">
<div class="mx-auto max-w-lg">
<div class="mb-4 flex justify-center">
<div class="rounded-full bg-gray-100 p-3">
<svg class="h-6 w-6 text-gray-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z" />
</svg>
</div>
</div>
<h4 class="text-base font-semibold leading-6 text-gray-950">
사용자를 선택해주세요
</h4>
<p class="mt-2 text-sm text-gray-600">
상단에서 사용자를 선택하면 해당 사용자의 개인 권한을 설정할 있습니다.
</p>
</div>
</div>