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
86f6e701
Commit
86f6e701
authored
Oct 02, 2024
by
Sarun Mungthanya
Browse files
fix <i> and th
parent
74be1082
Pipeline
#26903
passed with stage
in 2 minutes and 19 seconds
Changes
86
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/livewire/pages/send-patch/delete-multi-patch-list.blade.php
View file @
86f6e701
...
@@ -131,33 +131,33 @@
...
@@ -131,33 +131,33 @@
<table
class=
"is-hoverable table w-full text-left"
>
<table
class=
"is-hoverable table w-full text-left"
>
<thead>
<thead>
<tr>
<tr>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tl-lg bg-slate-200 px-4 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
class=
"whitespace-nowrap rounded-tl-lg bg-slate-200 px-4 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
<input
<input
class=
"form-checkbox is-basic h-4 w-4 rounded border-slate-400/70 checked:bg-primary checked:border-primary hover:border-primary focus:border-primary dark:bg-navy-900 dark:border-navy-500 dark:checked:bg-accent dark:checked:border-accent dark:hover:border-accent dark:focus:border-accent"
class=
"form-checkbox is-basic h-4 w-4 rounded border-slate-400/70 checked:bg-primary checked:border-primary hover:border-primary focus:border-primary dark:bg-navy-900 dark:border-navy-500 dark:checked:bg-accent dark:checked:border-accent dark:hover:border-accent dark:focus:border-accent"
type=
"checkbox"
id=
"check-all"
@
click=
"toggleAllCheckboxes"
/>
type=
"checkbox"
id=
"check-all"
@
click=
"toggleAllCheckboxes"
/>
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Patch ID
Patch ID
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Patch Name
Patch Name
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Description
Description
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Server
Server
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Date
Date
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tr-lg bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap rounded-tr-lg bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Remark
Remark
</th>
</th>
...
...
resources/views/livewire/pages/send-patch/send-multi-patch-list.blade.php
View file @
86f6e701
...
@@ -149,33 +149,33 @@
...
@@ -149,33 +149,33 @@
<table
class=
"is-hoverable table w-full text-left"
>
<table
class=
"is-hoverable table w-full text-left"
>
<thead>
<thead>
<tr>
<tr>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tl-lg bg-slate-200 px-4 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
class=
"whitespace-nowrap rounded-tl-lg bg-slate-200 px-4 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
<input
<input
class=
"form-checkbox is-basic h-4 w-4 rounded border-slate-400/70 checked:bg-primary checked:border-primary hover:border-primary focus:border-primary dark:bg-navy-900 dark:border-navy-500 dark:checked:bg-accent dark:checked:border-accent dark:hover:border-accent dark:focus:border-accent"
class=
"form-checkbox is-basic h-4 w-4 rounded border-slate-400/70 checked:bg-primary checked:border-primary hover:border-primary focus:border-primary dark:bg-navy-900 dark:border-navy-500 dark:checked:bg-accent dark:checked:border-accent dark:hover:border-accent dark:focus:border-accent"
type=
"checkbox"
id=
"check-all"
@
click=
"toggleAllCheckboxes"
/>
type=
"checkbox"
id=
"check-all"
@
click=
"toggleAllCheckboxes"
/>
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Patch ID
Patch ID
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Patch Name
Patch Name
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Description
Description
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Server
Server
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Date
Date
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tr-lg bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap rounded-tr-lg bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Remark
Remark
</th>
</th>
...
...
resources/views/livewire/pages/send-patch/send-multi-patch-old.blade.php
View file @
86f6e701
...
@@ -69,33 +69,33 @@
...
@@ -69,33 +69,33 @@
<table
class=
"is-hoverable table w-full text-left"
>
<table
class=
"is-hoverable table w-full text-left"
>
<thead>
<thead>
<tr>
<tr>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tl-lg bg-slate-200 px-4 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
class=
"whitespace-nowrap rounded-tl-lg bg-slate-200 px-4 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
<input
<input
class=
"form-checkbox is-basic h-4 w-4 rounded border-slate-400/70 checked:bg-primary checked:border-primary hover:border-primary focus:border-primary dark:bg-navy-900 dark:border-navy-500 dark:checked:bg-accent dark:checked:border-accent dark:hover:border-accent dark:focus:border-accent"
class=
"form-checkbox is-basic h-4 w-4 rounded border-slate-400/70 checked:bg-primary checked:border-primary hover:border-primary focus:border-primary dark:bg-navy-900 dark:border-navy-500 dark:checked:bg-accent dark:checked:border-accent dark:hover:border-accent dark:focus:border-accent"
type=
"checkbox"
id=
"check-all"
@
click=
"toggleAllCheckboxes"
/>
type=
"checkbox"
id=
"check-all"
@
click=
"toggleAllCheckboxes"
/>
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Patch ID
Patch ID
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Patch Name
Patch Name
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Description
Description
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Server
Server
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Date
Date
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tr-lg bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap rounded-tr-lg bg-slate-200 px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Remark
Remark
</th>
</th>
...
...
resources/views/livewire/pages/send-patch/send-patch-edit.blade-old.php
View file @
86f6e701
...
@@ -150,25 +150,25 @@
...
@@ -150,25 +150,25 @@
<table
class=
"min-w-full is-hoverable table w-full divide-y divide-gray-200"
>
<table
class=
"min-w-full is-hoverable table w-full divide-y divide-gray-200"
>
<thead>
<thead>
<tr>
<tr>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Choose
</th>
Choose
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Server ID
</th>
Server ID
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Company
</th>
Company
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Serverkey
</th>
Serverkey
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Status
</th>
Status
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Task Date
</th>
Task Date
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Action
</th>
Action
</th>
</tr>
</tr>
...
...
resources/views/livewire/pages/send-patch/send-patch-edit.blade.php
View file @
86f6e701
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
<div
class=
"flex items-center bg-blue-500 text-white w-full px-4 py-2 rounded m-1"
>
<div
class=
"flex items-center bg-blue-500 text-white w-full px-4 py-2 rounded m-1"
>
<span
class=
"flex-grow"
>
{{ $serverkey['key'] }}
</span>
<span
class=
"flex-grow"
>
{{ $serverkey['key'] }}
</span>
<button
wire:click=
"removeServerKey('{{ $serverkey['key'] }}')"
class=
"ml-2"
>
<button
wire:click=
"removeServerKey('{{ $serverkey['key'] }}')"
class=
"ml-2"
>
<i
class=
"fas fa-trash-alt"
></i>
<i
aria-hidden=
"true"
class=
"fas fa-trash-alt"
></i>
</button>
</button>
</div>
</div>
@endforeach
@endforeach
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
<div
class=
"mb-1"
>
<div
class=
"mb-1"
>
<h3
class=
"text-xl font-medium leading-6 text-black my-3"
><i
aria-hidden=
"true"
class=
"fa fa-server mr-3"
></i>
Server list
</h3>
<h3
class=
"text-xl font-medium leading-6 text-black my-3"
><i
aria-hidden=
"true"
aria-hidden=
"true"
class=
"fa fa-server mr-3"
></i>
Server list
</h3>
</div>
</div>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive card p-4 mb-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive card p-4 mb-4"
>
...
@@ -194,25 +194,25 @@
...
@@ -194,25 +194,25 @@
<table
class=
"min-w-full is-hoverable table w-full divide-y divide-gray-200"
>
<table
class=
"min-w-full is-hoverable table w-full divide-y divide-gray-200"
>
<thead>
<thead>
<tr>
<tr>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Choose
</th>
Choose
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Server ID
</th>
Server ID
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Company
</th>
Company
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Serverkey
</th>
Serverkey
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Status
</th>
Status
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Task Date
</th>
Task Date
</th>
<th
<th
scope=
"col"
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
class=
"px-6 py-3 bg-slate-300 text-left text-xs font-medium text-black uppercase tracking-wider"
>
Action
</th>
Action
</th>
</tr>
</tr>
...
...
resources/views/livewire/pages/send-patch/send-patch-index.blade.php
View file @
86f6e701
...
@@ -65,35 +65,35 @@
...
@@ -65,35 +65,35 @@
<table
class=
"is-hoverable table w-full text-left "
>
<table
class=
"is-hoverable table w-full text-left "
>
<thead>
<thead>
<tr>
<tr>
<th
<th
scope=
"col"
class=
"whitespace-nowrap text-center rounded-tl-lg bg-slate-300 px-4 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
class=
"whitespace-nowrap text-center rounded-tl-lg bg-slate-300 px-4 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
Patch ID
Patch ID
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Patch Name
Patch Name
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Description
Description
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Server
Server
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Date
Date
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Level
Level
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Remark
Remark
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tr-lg bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap rounded-tr-lg bg-slate-300 text-black px-2 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Action
Action
</th>
</th>
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
<div
class=
"flex justify-center space-x-2"
>
<div
class=
"flex justify-center space-x-2"
>
<a
wire:click=
"showpatchEditForm({{ $patch->PID }})"
<a
wire:click=
"showpatchEditForm({{ $patch->PID }})"
class=
"btn h-8 w-8 p-0 hover:text-main-container active:text-main-container hover:primary-focus focus:primary-focus active:bg-info/25"
>
class=
"btn h-8 w-8 p-0 hover:text-main-container active:text-main-container hover:primary-focus focus:primary-focus active:bg-info/25"
>
<i
class=
"fa fa-edit"
></i>
<i
aria-hidden=
"true"
class=
"fa fa-edit"
></i>
</a>
</a>
</div>
</div>
</td>
</td>
...
...
resources/views/livewire/pages/server-license/csv-mapping.blade.php
View file @
86f6e701
...
@@ -13,11 +13,11 @@
...
@@ -13,11 +13,11 @@
<table
class=
"min-w-full bg-white border border-gray-300"
>
<table
class=
"min-w-full bg-white border border-gray-300"
>
<thead>
<thead>
<tr
class=
"bg-slate-300 text-gray-700"
>
<tr
class=
"bg-slate-300 text-gray-700"
>
<th
class=
"py-2 px-4 border-b"
>
ID
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
ID
</th>
<th
class=
"py-2 px-4 border-b"
>
Map Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Map Name
</th>
<th
class=
"py-2 px-4 border-b"
>
Map Type
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Map Type
</th>
<th
class=
"py-2 px-4 border-b"
>
Map To
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Map To
</th>
<th
class=
"py-2 px-4 border-b"
>
Map Config
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Map Config
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
resources/views/livewire/pages/server-license/file-download.blade.php
View file @
86f6e701
...
@@ -12,15 +12,15 @@
...
@@ -12,15 +12,15 @@
<table
class=
"is-hoverable table w-full text-left border-b"
>
<table
class=
"is-hoverable table w-full text-left border-b"
>
<thead>
<thead>
<tr>
<tr>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tl-md bg-slate-300 px-4 py-1 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
class=
"whitespace-nowrap rounded-tl-md bg-slate-300 px-4 py-1 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
#
#
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 px-2 py-1 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 px-2 py-1 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
File Name
File Name
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tr-md bg-slate-300 px-2 py-1 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap rounded-tr-md bg-slate-300 px-2 py-1 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Action
Action
</th>
</th>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<div
class=
"flex justify-center space-x-2"
>
<div
class=
"flex justify-center space-x-2"
>
<a
<a
class=
"btn h-8 w-8 p-0 hover:text-main-container active:text-main-container hover:primary-focus focus:primary-focus active:bg-info/25"
>
class=
"btn h-8 w-8 p-0 hover:text-main-container active:text-main-container hover:primary-focus focus:primary-focus active:bg-info/25"
>
<i
class=
"fa fa-download"
></i>
<i
aria-hidden=
"true"
class=
"fa fa-download"
></i>
</a>
</a>
</div>
</div>
</td>
</td>
...
...
resources/views/livewire/pages/server-license/global.blade.php
View file @
86f6e701
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
<table
class=
"min-w-full bg-white border border-gray-300 text-sm"
>
<table
class=
"min-w-full bg-white border border-gray-300 text-sm"
>
<thead>
<thead>
<tr
class=
"bg-slate-300 text-gray-700 text-xs"
>
<tr
class=
"bg-slate-300 text-gray-700 text-xs"
>
<th
class=
"py-2 px-4 border-b w-1/2"
>
Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b w-1/2"
>
Name
</th>
<th
class=
"py-2 px-4 border-b w-1/2"
>
Value
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b w-1/2"
>
Value
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
resources/views/livewire/pages/server-license/history-patch.blade.php
View file @
86f6e701
...
@@ -12,49 +12,49 @@
...
@@ -12,49 +12,49 @@
<table
class=
"min-w-full bg-white border border-gray-300"
>
<table
class=
"min-w-full bg-white border border-gray-300"
>
<thead>
<thead>
<tr
class=
"bg-slate-300 text-gray-700"
>
<tr
class=
"bg-slate-300 text-gray-700"
>
<th
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cp.TaskDate')"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cp.TaskDate')"
>
Task Date
Task Date
@if ($sortHistoryField == 'cp.TaskDate')
@if ($sortHistoryField == 'cp.TaskDate')
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
@endif
@endif
</th>
</th>
<th
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cp.TaskStatus')"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cp.TaskStatus')"
>
Task Status
Task Status
@if ($sortHistoryField == 'cp.TaskStatus')
@if ($sortHistoryField == 'cp.TaskStatus')
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
@endif
@endif
</th>
</th>
<th
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cp.TaskRunner')"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cp.TaskRunner')"
>
Task Runner
Task Runner
@if ($sortHistoryField == 'cp.TaskRunner')
@if ($sortHistoryField == 'cp.TaskRunner')
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
@endif
@endif
</th>
</th>
<th
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cp.TaskFinish')"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cp.TaskFinish')"
>
Task Finish
Task Finish
@if ($sortHistoryField == 'cp.TaskFinish')
@if ($sortHistoryField == 'cp.TaskFinish')
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
@endif
@endif
</th>
</th>
<th
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cs.PID')"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cs.PID')"
>
Patch ID
Patch ID
@if ($sortHistoryField == 'cs.PID')
@if ($sortHistoryField == 'cs.PID')
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
@endif
@endif
</th>
</th>
<th
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cs.PATCHNAME')"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cs.PATCHNAME')"
>
Patch Name
Patch Name
@if ($sortHistoryField == 'cs.PATCHNAME')
@if ($sortHistoryField == 'cs.PATCHNAME')
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
@endif
@endif
</th>
</th>
<th
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cs.PAPPROVEDATE')"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cs.PAPPROVEDATE')"
>
Approve Date
Approve Date
@if ($sortHistoryField == 'cs.PAPPROVEDATE')
@if ($sortHistoryField == 'cs.PAPPROVEDATE')
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
@endif
@endif
</th>
</th>
<th
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cs.PDESC')"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b cursor-pointer"
wire:click=
"sortHistoryBy('cs.PDESC')"
>
Description
Description
@if ($sortHistoryField == 'cs.PDESC')
@if ($sortHistoryField == 'cs.PDESC')
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
<span>
{{ $sortHistoryDirection == 'asc' ? '↑' : '↓' }}
</span>
...
...
resources/views/livewire/pages/server-license/map-to.blade.php
View file @
86f6e701
...
@@ -13,10 +13,10 @@
...
@@ -13,10 +13,10 @@
<table
class=
"min-w-full bg-white border border-gray-300"
>
<table
class=
"min-w-full bg-white border border-gray-300"
>
<thead>
<thead>
<tr
class=
"bg-slate-300 text-gray-700"
>
<tr
class=
"bg-slate-300 text-gray-700"
>
<th
class=
"py-2 px-4 border-b"
>
ID
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
ID
</th>
<th
class=
"py-2 px-4 border-b"
>
Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Name
</th>
<th
class=
"py-2 px-4 border-b"
>
Code
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Code
</th>
<th
class=
"py-2 px-4 border-b"
>
Type
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Type
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
resources/views/livewire/pages/server-license/onload.blade.php
View file @
86f6e701
...
@@ -13,10 +13,10 @@
...
@@ -13,10 +13,10 @@
<table
class=
"min-w-full bg-white border border-gray-300"
>
<table
class=
"min-w-full bg-white border border-gray-300"
>
<thead>
<thead>
<tr
class=
"bg-slate-300 text-gray-700"
>
<tr
class=
"bg-slate-300 text-gray-700"
>
<th
class=
"py-2 px-4 border-b"
>
Serverkey
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Serverkey
</th>
<th
class=
"py-2 px-4 border-b"
>
Service Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Service Name
</th>
<th
class=
"py-2 px-4 border-b"
>
Action
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Action
</th>
<th
class=
"py-2 px-4 border-b"
>
Onload Code
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Onload Code
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
resources/views/livewire/pages/server-license/organize.blade.php
View file @
86f6e701
...
@@ -23,9 +23,9 @@
...
@@ -23,9 +23,9 @@
<table
class=
"min-w-full is-hoverable bg-white border border-gray-300 border-b "
>
<table
class=
"min-w-full is-hoverable bg-white border border-gray-300 border-b "
>
<thead>
<thead>
<tr
class=
"bg-gray-200 text-gray-700"
>
<tr
class=
"bg-gray-200 text-gray-700"
>
<th
class=
"py-2 px-4 border-b rounded-tl-lg"
>
Organize
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b rounded-tl-lg"
>
Organize
</th>
<th
class=
"py-2 px-4 border-b"
>
Profile
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Profile
</th>
<th
class=
"py-2 px-4 border-b rounded-tr-lg"
>
Document Type
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b rounded-tr-lg"
>
Document Type
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
resources/views/livewire/pages/server-license/parameter.blade.php
View file @
86f6e701
...
@@ -13,10 +13,10 @@
...
@@ -13,10 +13,10 @@
<table
class=
"min-w-full bg-white border border-gray-300"
>
<table
class=
"min-w-full bg-white border border-gray-300"
>
<thead>
<thead>
<tr
class=
"bg-slate-300 text-gray-700"
>
<tr
class=
"bg-slate-300 text-gray-700"
>
<th
class=
"py-2 px-4 border-b"
>
Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Name
</th>
<th
class=
"py-2 px-4 border-b"
>
Value
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Value
</th>
<th
class=
"py-2 px-4 border-b"
>
Description
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Description
</th>
<th
class=
"py-2 px-4 border-b"
>
Active
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Active
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
resources/views/livewire/pages/server-license/print-form.blade.php
View file @
86f6e701
...
@@ -13,18 +13,18 @@
...
@@ -13,18 +13,18 @@
<table
class=
"min-w-full bg-white border border-gray-300"
>
<table
class=
"min-w-full bg-white border border-gray-300"
>
<thead>
<thead>
<tr
class=
"bg-slate-300 text-gray-700"
>
<tr
class=
"bg-slate-300 text-gray-700"
>
<th
class=
"py-2 px-4 border-b"
>
ID
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
ID
</th>
<th
class=
"py-2 px-4 border-b"
>
Form Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Form Name
</th>
<th
class=
"py-2 px-4 border-b"
>
L Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
L Name
</th>
<th
class=
"py-2 px-4 border-b"
>
L Value
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
L Value
</th>
<th
class=
"py-2 px-4 border-b"
>
X
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
X
</th>
<th
class=
"py-2 px-4 border-b"
>
Y
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Y
</th>
<th
class=
"py-2 px-4 border-b"
>
Parent ID
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Parent ID
</th>
<th
class=
"py-2 px-4 border-b"
>
Edit Layout
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Edit Layout
</th>
<th
class=
"py-2 px-4 border-b"
>
Width
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Width
</th>
<th
class=
"py-2 px-4 border-b"
>
Height
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Height
</th>
<th
class=
"py-2 px-4 border-b"
>
Type
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Type
</th>
<th
class=
"py-2 px-4 border-b"
>
Format
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Format
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
resources/views/livewire/pages/server-license/server-license-index.blade.php
View file @
86f6e701
...
@@ -71,35 +71,35 @@
...
@@ -71,35 +71,35 @@
<table
class=
"is-hoverable table w-full text-left border-b"
>
<table
class=
"is-hoverable table w-full text-left border-b"
>
<thead>
<thead>
<tr>
<tr>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tl-lg bg-slate-300 px-4 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
class=
"whitespace-nowrap rounded-tl-lg bg-slate-300 px-4 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5"
>
#
#
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Server Key
Server Key
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Company
Company
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Status
Status
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
License Date
License Date
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Current Version
Current Version
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Database
Database
</th>
</th>
<th
<th
scope=
"col"
class=
"whitespace-nowrap rounded-tr-lg bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
class=
"whitespace-nowrap rounded-tr-lg bg-slate-300 px-2 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-2"
>
Action
Action
</th>
</th>
...
@@ -132,11 +132,11 @@
...
@@ -132,11 +132,11 @@
<div
class=
"flex justify-center space-x-2"
>
<div
class=
"flex justify-center space-x-2"
>
<a
wire:click=
"showServerLicenseEditForm({{ $license->ID }})"
<a
wire:click=
"showServerLicenseEditForm({{ $license->ID }})"
class=
"btn h-8 w-8 p-0 hover:text-main-container active:text-main-container hover:primary-focus focus:primary-focus active:bg-info/25"
>
class=
"btn h-8 w-8 p-0 hover:text-main-container active:text-main-container hover:primary-focus focus:primary-focus active:bg-info/25"
>
<i
class=
"fa fa-edit"
></i>
<i
aria-hidden=
"true"
class=
"fa fa-edit"
></i>
</a>
</a>
<a
wire:click=
"showDeleteModal({{ $license->ID }})"
<a
wire:click=
"showDeleteModal({{ $license->ID }})"
class=
"btn h-8 w-8 p-0 hover:text-main-container active:text-main-container hover:primary-focus focus:primary-focus active:bg-info/25"
>
class=
"btn h-8 w-8 p-0 hover:text-main-container active:text-main-container hover:primary-focus focus:primary-focus active:bg-info/25"
>
<i
class=
"fa fa-trash"
></i>
<i
aria-hidden=
"true"
class=
"fa fa-trash"
></i>
</a>
</a>
</div>
</div>
</td>
</td>
...
...
resources/views/livewire/pages/server-license/user-interface.blade.php
View file @
86f6e701
...
@@ -5,26 +5,26 @@
...
@@ -5,26 +5,26 @@
<table
class=
"min-w-full bg-white border border-gray-300"
>
<table
class=
"min-w-full bg-white border border-gray-300"
>
<thead>
<thead>
<tr
class=
"bg-slate-300 text-gray-700"
>
<tr
class=
"bg-slate-300 text-gray-700"
>
<th
class=
"py-2 px-4 border-b"
>
ID
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
ID
</th>
<th
class=
"py-2 px-4 border-b"
>
Page Code
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Page Code
</th>
<th
class=
"py-2 px-4 border-b"
>
Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Name
</th>
<th
class=
"py-2 px-4 border-b"
>
T Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
T Name
</th>
<th
class=
"py-2 px-4 border-b"
>
Required
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Required
</th>
<th
class=
"py-2 px-4 border-b"
>
Type
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Type
</th>
<th
class=
"py-2 px-4 border-b"
>
Spec
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Spec
</th>
<th
class=
"py-2 px-4 border-b"
>
Manual
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Manual
</th>
<th
class=
"py-2 px-4 border-b"
>
User Note
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
User Note
</th>
<th
class=
"py-2 px-4 border-b"
>
JS Before Focus
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
JS Before Focus
</th>
<th
class=
"py-2 px-4 border-b"
>
Cannot Import
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Cannot Import
</th>
<th
class=
"py-2 px-4 border-b"
>
F Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
F Name
</th>
<th
class=
"py-2 px-4 border-b"
>
Report Flag
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Report Flag
</th>
<th
class=
"py-2 px-4 border-b"
>
Report Order By
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Report Order By
</th>
<th
class=
"py-2 px-4 border-b"
>
Report Condition
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Report Condition
</th>
<th
class=
"py-2 px-4 border-b"
>
Report Table
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Report Table
</th>
<th
class=
"py-2 px-4 border-b"
>
Report Type
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Report Type
</th>
<th
class=
"py-2 px-4 border-b"
>
Report Format
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Report Format
</th>
<th
class=
"py-2 px-4 border-b"
>
Report Align
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Report Align
</th>
<th
class=
"py-2 px-4 border-b"
>
User Default
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
User Default
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
resources/views/livewire/pages/server-license/validate.blade.php
View file @
86f6e701
...
@@ -13,14 +13,14 @@
...
@@ -13,14 +13,14 @@
<table
class=
"min-w-full bg-white border border-gray-300"
>
<table
class=
"min-w-full bg-white border border-gray-300"
>
<thead>
<thead>
<tr
class=
"bg-slate-300 text-gray-700"
>
<tr
class=
"bg-slate-300 text-gray-700"
>
<th
class=
"py-2 px-4 border-b"
>
ID
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
ID
</th>
<th
class=
"py-2 px-4 border-b"
>
Step
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Step
</th>
<th
class=
"py-2 px-4 border-b"
>
Level
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Level
</th>
<th
class=
"py-2 px-4 border-b"
>
Name
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Name
</th>
<th
class=
"py-2 px-4 border-b"
>
Description
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Description
</th>
<th
class=
"py-2 px-4 border-b"
>
Validate Code
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Validate Code
</th>
<th
class=
"py-2 px-4 border-b"
>
Doctype
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Doctype
</th>
<th
class=
"py-2 px-4 border-b"
>
Active
</th>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
Active
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
resources/views/livewire/pages/user/user-create.blade.php
View file @
86f6e701
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"mb-6"
>
<div
class=
"mb-6"
>
<h2
<h2
class=
"font-medium flex items-center tracking-wide text-slate-700 line-clamp-1 dark:text-navy-100 lg:text-base"
>
class=
"font-medium flex items-center tracking-wide text-slate-700 line-clamp-1 dark:text-navy-100 lg:text-base"
>
<i
class=
"fa-solid fa-edit text-primary"
></i>
Create
<i
aria-hidden=
"true"
class=
"fa-solid fa-edit text-primary"
></i>
Create
</h2>
</h2>
</div>
</div>
...
...
resources/views/livewire/pages/user/user-edit.blade.php
View file @
86f6e701
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"mb-6"
>
<div
class=
"mb-6"
>
<h2
<h2
class=
"font-medium flex items-center tracking-wide text-slate-700 line-clamp-1 dark:text-navy-100 lg:text-base"
>
class=
"font-medium flex items-center tracking-wide text-slate-700 line-clamp-1 dark:text-navy-100 lg:text-base"
>
<i
class=
"fa-solid fa-edit text-primary"
></i>
Edit User
<i
aria-hidden=
"true"
class=
"fa-solid fa-edit text-primary"
></i>
Edit User
</h2>
</h2>
</div>
</div>
...
...
Prev
1
2
3
4
5
Next
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