Commit 86f6e701 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

fix <i> and th

parent 74be1082
Pipeline #26903 passed with stage
in 2 minutes and 19 seconds
......@@ -73,27 +73,27 @@
<table class="is-hoverable table w-full text-left border-b">
<thead>
<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">
#
</th>
<th
<th scope="col"
class="whitespace-nowrap bg-slate-300 px-4 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5">
Name
</th>
<th
<th scope="col"
class="whitespace-nowrap bg-slate-300 px-4 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5">
Email
</th>
<th
<th scope="col"
class="whitespace-nowrap bg-slate-300 px-4 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5">
Group
</th>
<th
<th scope="col"
class="whitespace-nowrap bg-slate-300 px-4 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5">
Create Date
</th>
<th
<th scope="col"
class="whitespace-nowrap rounded-tr-lg bg-slate-300 px-4 py-3 font-semibold uppercase text-black dark:bg-navy-800 dark:text-navy-100 lg:px-5">
Action
</th>
......@@ -143,11 +143,11 @@
<div class="flex justify-center space-x-1">
<a wire:click="showUserEditForm({{ $user->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">
<i class="fa fa-edit"></i>
<i aria-hidden="true" class="fa fa-edit"></i>
</a>
<a @click="$wire.emit('showDeleteModal', {{ $user->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">
<i class="fa fa-trash"></i>
<i aria-hidden="true" class="fa fa-trash"></i>
</a>
</div>
</td>
......
......@@ -80,15 +80,15 @@
<div class="flex flex-col items-center mb-6">
{{-- <a href="{{ url('auth/google') }}" class="social-button">
<i class="fab fa-google social-icon"></i>
<i aria-hidden="true" class="fab fa-google social-icon"></i>
Sign in with Google
</a>
<a href="{{ url('auth/apple') }}" class="social-button">
<i class="fab fa-apple social-icon"></i>
<i aria-hidden="true" class="fab fa-apple social-icon"></i>
Sign in with Apple
</a> --}}
<a href="{{ url('auth/microsoft') }}" class="social-button">
<i class="fab fa-microsoft social-icon"></i>
<i aria-hidden="true" class="fab fa-microsoft social-icon"></i>
Sign in with Microsoft Teams
</a>
</div>
......
......@@ -43,7 +43,7 @@
class="w-full mt-4 bg-[#f9f9f9] border-b-2 border-primary pl-1 pr-4 py-2 focus:outline-none"
placeholder="" value="{{ old('email') ?? 'nbdev@netbay.co.th' }}" name="email">
<div class="absolute inset-y-0 right-0 flex items-center pr-3">
<i class="fa fa-user text-primary text-lg" aria-hidden="true"></i>
<i aria-hidden="true" class="fa fa-user text-primary text-lg" aria-hidden="true"></i>
</div>
@error('email')
<span class="text-tiny+ text-error">{{ $message }}</span>
......@@ -56,7 +56,7 @@
class="w-full mt-4 bg-[#f9f9f9] border-b-2 border-primary pl-1 pr-4 py-2 focus:outline-none"
placeholder="" value="{{ old('password') ?? 'password' }}" name="password">
<div class="absolute inset-y-0 right-0 flex items-center pr-3">
<i class="fa fa-unlock-alt text-primary text-lg" aria-hidden="true"></i>
<i aria-hidden="true" class="fa fa-unlock-alt text-primary text-lg" aria-hidden="true"></i>
</div>
@error('password')
<span class="text-tiny+ text-error">{{ $message }}</span>
......
......@@ -121,11 +121,11 @@
cellspacing=1 bgcolor='#DDDDDD'>
<thead class='simpleThead'>
<tr>
<th>Patch Date</th>
<th>Title</th>
<th>Level</th>
<th>Description</th>
<th>Action</th>
<th scope="col" >Patch Date</th>
<th scope="col" >Title</th>
<th scope="col" >Level</th>
<th scope="col" >Description</th>
<th scope="col" >Action</th>
</tr>
</thead>
<tbody>
......
......@@ -4,35 +4,35 @@
<table class="is-hoverable table w-full text-left ">
<thead>
<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">
Patch ID
</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">
Patch Name
</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">
Description
</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">
Server
</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">
Date
</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">
Level
</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">
Remark
</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">
Action
</th>
......@@ -43,14 +43,6 @@
@foreach ($results as $patch)
<tr
class="border-y border-transparent border-b-slate-200 dark:border-b-navy-500">
{{-- <td class="whitespace-nowrap px-4 py-3 sm:px-5">
<label class="inline-flex items-center space-x-2">
<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"
type="checkbox" wire:model.defer="selectedPatchs"
value="{{ $patch->id }}" />
</label>
</td> --}}
<td class="whitespace-nowrap px-1 py-3 sm:px-2 text-center">{{ $patch->PID }}</td>
<td class="whitespace-nowrap px-1 py-3 sm:px-2">{{ $patch->PATCHNAME }}</td>
<td class="whitespace-nowrap px-1 py-3 sm:px-2">
......@@ -63,7 +55,7 @@
<div class="flex justify-center space-x-2">
<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">
<i class="fa fa-edit"></i>
<i aria-hidden="true" class="fa fa-edit"></i>
</a>
</div>
</td>
......
sonar.projectKey=SpnPatch
sonar.projectName=SpnPatch
sonar.projectVersion=1.0
sonar.sources=.
sonar.host.url=http://localhost:9000
sonar.login=sqp_917ecaf164588e499aca30eaac9dd1e9f4f3765a
sonar.exclusions=vendor/**,storage/**,bootstrap/cache/**,public/**
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