Added remark text box in check panel check list
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
@else
|
||||
<p>No records found.</p>
|
||||
@endif
|
||||
<div class="border-t mt-6 pt-4 flex justify-end gap-3">
|
||||
<div class="border-t mt-6 pt-4 flex justify-end gap-3 items-center">
|
||||
|
||||
<label class="flex items-center gap-2">
|
||||
<input
|
||||
@@ -127,6 +127,22 @@
|
||||
<span>Select for Not Ok</span>
|
||||
</label>
|
||||
|
||||
@if($selectForNotOk)
|
||||
<div class="mb-4">
|
||||
<label class="block text-sm font-medium text-gray-700 mb-1">
|
||||
Remark
|
||||
</label>
|
||||
|
||||
<input
|
||||
type="text"
|
||||
wire:model="remark"
|
||||
rows="3"
|
||||
class="w-full rounded-lg border-gray-300 shadow-sm focus:border-primary-500 focus:ring-primary-500"
|
||||
placeholder="Enter remark..."
|
||||
></input>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<button
|
||||
type="button"
|
||||
wire:click="cancel"
|
||||
|
||||
Reference in New Issue
Block a user