Added remark column in panel box consolidate report
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Failing after 16s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 12s
Laravel Pint / pint (pull_request) Failing after 5m24s
Laravel Larastan / larastan (pull_request) Failing after 38m55s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Failing after 16s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 12s
Laravel Pint / pint (pull_request) Failing after 5m24s
Laravel Larastan / larastan (pull_request) Failing after 38m55s
This commit is contained in:
@@ -266,6 +266,7 @@
|
||||
<th width="12%">S.No</th>
|
||||
<th>Supplier Number</th>
|
||||
<th>Serial Number</th>
|
||||
<th>Remark</th>
|
||||
<th width="20%">Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -292,6 +293,12 @@
|
||||
</span>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<span class="remark" style="white-space: nowrap;">
|
||||
{{ $record->remark }}
|
||||
</span>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<span class="not-ok">
|
||||
NOT OK
|
||||
|
||||
Reference in New Issue
Block a user