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
7cac5d04
Commit
7cac5d04
authored
Oct 02, 2024
by
Sarun Mungthanya
Browse files
fix descrip table
parent
86f6e701
Pipeline
#26908
passed with stage
in 1 minute and 33 seconds
Changes
32
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/components/sidebar.blade.php
View file @
7cac5d04
...
...
@@ -12,8 +12,8 @@
</button>
</li>
<li
class=
"mb-1"
>
<a
href=
"#"
class=
"block py-1 px-4 rounded hover:primary-focus text-black"
>
<i
class=
"fa fa-home mx-2"
></i>
Home
</a>
<a
href=
"#"
class=
"block py-1 px-4 rounded hover:primary-focus text-black"
>
<i
aria-hidden=
"true"
class=
"fa fa-home mx-2"
></i>
Home
</a>
</li>
</ul>
...
...
resources/views/livewire/pages/company/company-index.blade.php
View file @
7cac5d04
...
...
@@ -100,7 +100,7 @@
@include('livewire.select-atleast-modal')
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full overflow-x-auto"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable w-full text-left"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/dischargeport/dischargeport-index.blade.php
View file @
7cac5d04
...
...
@@ -85,7 +85,7 @@
</div>
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable table w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left"
>
<thead>
<tr>
<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"
>
...
...
resources/views/livewire/pages/exchangerate/exchangerate-index.blade.php
View file @
7cac5d04
...
...
@@ -89,7 +89,7 @@
</div>
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable table w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/format-file-master/file-index.blade.php
View file @
7cac5d04
...
...
@@ -74,7 +74,7 @@
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable table w-full text-left border-b"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left border-b"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/group/group-index.blade.php
View file @
7cac5d04
...
...
@@ -99,7 +99,7 @@
@include('livewire.select-atleast-modal')
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full overflow-x-auto"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable w-full text-left"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/news/news-index.blade.php
View file @
7cac5d04
...
...
@@ -88,7 +88,7 @@
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable table w-full text-left border-b"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left border-b"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/parameter/parameter-index.blade.php
View file @
7cac5d04
...
...
@@ -78,7 +78,7 @@
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable table w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/patch/patch-edit.blade.php
View file @
7cac5d04
...
...
@@ -173,7 +173,7 @@
</div>
</div>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable table w-full text-left border-b"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left border-b"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/patch/patch-index.blade.php
View file @
7cac5d04
...
...
@@ -65,7 +65,7 @@
<div
class=
"mx-3 mt-3"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable table w-full text-left border-b"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left border-b"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/role/role-index.blade.php
View file @
7cac5d04
...
...
@@ -97,7 +97,7 @@
@include('livewire.select-atleast-modal')
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full overflow-x-auto"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable w-full text-left"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/send-patch/delete-multi-patch-list.blade.php
View file @
7cac5d04
...
...
@@ -128,7 +128,7 @@
<div
class=
"mt-3 "
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
>
<table
class=
"is-hoverable table w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/send-patch/send-multi-patch-list.blade.php
View file @
7cac5d04
...
...
@@ -146,7 +146,7 @@
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
>
<table
class=
"is-hoverable table w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/send-patch/send-multi-patch-old.blade.php
View file @
7cac5d04
...
...
@@ -66,7 +66,7 @@
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
>
<table
class=
"is-hoverable table w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/send-patch/send-patch-edit.blade-old.php
View file @
7cac5d04
...
...
@@ -147,7 +147,7 @@
</span>
</div>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
>
<table
class=
"min-w-full is-hoverable table w-full divide-y divide-gray-200"
>
<table
aria-describedby=
"mydesc"
class=
"min-w-full is-hoverable table w-full divide-y divide-gray-200"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/send-patch/send-patch-edit.blade.php
View file @
7cac5d04
...
...
@@ -191,7 +191,7 @@
</select>
</span>
</div>
<table
class=
"min-w-full is-hoverable table w-full divide-y divide-gray-200"
>
<table
aria-describedby=
"mydesc"
class=
"min-w-full is-hoverable table w-full divide-y divide-gray-200"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/send-patch/send-patch-index.blade.php
View file @
7cac5d04
...
...
@@ -62,7 +62,7 @@
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<table
class=
"is-hoverable table w-full text-left "
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left "
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/server-license/csv-mapping.blade.php
View file @
7cac5d04
...
...
@@ -10,7 +10,7 @@
<!-- Table Section -->
<div
class=
"overflow-x-auto p-4"
>
<table
class=
"min-w-full bg-white border border-gray-300"
>
<table
aria-describedby=
"mydesc"
class=
"min-w-full bg-white border border-gray-300"
>
<thead>
<tr
class=
"bg-slate-300 text-gray-700"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b"
>
ID
</th>
...
...
resources/views/livewire/pages/server-license/file-download.blade.php
View file @
7cac5d04
...
...
@@ -9,7 +9,7 @@
</div>
<div
class=
"overflow-x-auto p-4"
>
<table
class=
"is-hoverable table w-full text-left border-b"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left border-b"
>
<thead>
<tr>
<th
scope=
"col"
...
...
resources/views/livewire/pages/server-license/global.blade.php
View file @
7cac5d04
...
...
@@ -15,7 +15,7 @@
<div
x-show=
"expanded"
class=
"overflow-x-auto p-4"
>
<div
class=
"max-w-3xl mx-auto bg-white rounded-lg"
>
<table
class=
"min-w-full bg-white border border-gray-300 text-sm"
>
<table
aria-describedby=
"mydesc"
class=
"min-w-full bg-white border border-gray-300 text-sm"
>
<thead>
<tr
class=
"bg-slate-300 text-gray-700 text-xs"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b w-1/2"
>
Name
</th>
...
...
Prev
1
2
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