Commit 7f4ac7ae authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

update config on uat

parent daa72e61
...@@ -10,7 +10,7 @@ use App\Models\ConfSmartUpdate; ...@@ -10,7 +10,7 @@ use App\Models\ConfSmartUpdate;
class ServerLicenseIndex extends Component class ServerLicenseIndex extends Component
{ {
use WithPagination; use WithPagination;
public $action = 'edit'; public $action = 'list';
public $searchBy, $editId, $message, $keyword, $perPage = 10, $searchSelected = 'PID' , $selectedPatch = [] ; public $searchBy, $editId, $message, $keyword, $perPage = 10, $searchSelected = 'PID' , $selectedPatch = [] ;
protected $listeners = [ 'deleteItem', 'deleteSelected' ,'showpatchListForm']; protected $listeners = [ 'deleteItem', 'deleteSelected' ,'showpatchListForm'];
public function mount() public function mount()
......
...@@ -168,7 +168,7 @@ return [ ...@@ -168,7 +168,7 @@ return [
| |
*/ */
'secure' => env('SESSION_SECURE_COOKIE', true), 'secure' => env('SESSION_SECURE_COOKIE', false),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
...@@ -73,8 +73,16 @@ ...@@ -73,8 +73,16 @@
</li> </li>
</ul> </ul>
</li> </li>
<li><a href="#" class="bg-primary text-white px-4 py-2 rounded">Logout</a></li> <li>
<span>Hello , {{ auth()->user()->USERNAME ?? '' }}</span> <form method="POST" action="{{ route('logout') }}">
@csrf
<a href="#" class="bg-primary text-white px-4 py-2 rounded"
onclick="event.preventDefault(); this.closest('form').submit();">
Logout
</a>
</form>
</li>
<span>Hello , {{ auth()->user()->username ?? '' }}</span>
</ul> </ul>
</div> </div>
{{-- @endif --}} {{-- @endif --}}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment