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
Show whitespace changes
Inline
Side-by-side
resources/views/livewire/pages/server-license/history-patch.blade.php
View file @
7cac5d04
...
...
@@ -9,7 +9,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 cursor-pointer"
wire:click=
"sortHistoryBy('cp.TaskDate')"
>
...
...
resources/views/livewire/pages/server-license/map-to.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/onload.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"
>
Serverkey
</th>
...
...
resources/views/livewire/pages/server-license/organize.blade.php
View file @
7cac5d04
...
...
@@ -20,7 +20,7 @@
<!-- Table Section -->
<div
class=
"overflow-x-auto p-4"
>
<table
class=
"min-w-full is-hoverable bg-white border border-gray-300 border-b "
>
<table
aria-describedby=
"mydesc"
class=
"min-w-full is-hoverable bg-white border border-gray-300 border-b "
>
<thead>
<tr
class=
"bg-gray-200 text-gray-700"
>
<th
scope=
"col"
class=
"py-2 px-4 border-b rounded-tl-lg"
>
Organize
</th>
...
...
resources/views/livewire/pages/server-license/parameter.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"
>
Name
</th>
...
...
resources/views/livewire/pages/server-license/print-form.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/server-license-index.blade.php
View file @
7cac5d04
...
...
@@ -68,7 +68,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/server-license/user-interface.blade.php
View file @
7cac5d04
...
...
@@ -2,7 +2,7 @@
<div
class=
"max-w-full mx-auto bg-white rounded-lg"
>
<!-- 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/validate.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/user/user-index.blade.php
View file @
7cac5d04
...
...
@@ -70,7 +70,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/smartupdate/patch_update.blade.php
View file @
7cac5d04
...
...
@@ -117,7 +117,7 @@
@php
$tabID = 'table' . rand() + 50;
@endphp
<table
class=
"table list-patch bg-primary"
id=
"{{ $tabID }}"
width=
100%
nowrap=
'nowarp'
cellpadding=
6
<table
aria-describedby=
"mydesc"
class=
"table list-patch bg-primary"
id=
"{{ $tabID }}"
width=
100%
nowrap=
'nowarp'
cellpadding=
6
cellspacing=
1
bgcolor=
'#DDDDDD'
>
<thead
class=
'simpleThead'
>
<tr>
...
...
resources/views/test.blade.php
View file @
7cac5d04
<x-app-layout
title=
"Starter Sideblock"
is-sidebar-open=
"true"
is-header-blur=
"true"
>
<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"
...
...
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