Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
7f4ac7ae
Commit
7f4ac7ae
authored
Sep 09, 2024
by
Sarun Mungthanya
Browse files
update config on uat
parent
daa72e61
Changes
3
Show whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/ServerLicense/ServerLicenseIndex.php
View file @
7f4ac7ae
...
@@ -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
=
'
edi
t'
;
public
$action
=
'
lis
t'
;
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
()
...
...
config/session.php
View file @
7f4ac7ae
...
@@ -168,7 +168,7 @@ return [
...
@@ -168,7 +168,7 @@ return [
|
|
*/
*/
'secure'
=>
env
(
'SESSION_SECURE_COOKIE'
,
tru
e
),
'secure'
=>
env
(
'SESSION_SECURE_COOKIE'
,
fals
e
),
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
...
...
resources/views/livewire/navbar.blade.php
View file @
7f4ac7ae
...
@@ -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 --}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment