Skip to content

Commit c4bd72e

Browse files
committed
Create process monitor page #2
1 parent c32d7af commit c4bd72e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</p>
1010

1111
<p align="center">
12-
<img src="https://img.shields.io/badge/version-1.0.8-cyan" alt="License">
13-
<img src="https://img.shields.io/badge/build-pass-red" alt="License">
14-
<img src="https://img.shields.io/badge/test-pass-green" alt="License">
12+
<img src="https://img.shields.io/badge/version-1.1.3-cyan" alt="version">
13+
<img src="https://img.shields.io/badge/build-pass-red" alt="build">
14+
<img src="https://img.shields.io/badge/test-pass-green" alt="test">
1515
</p>
1616

1717
<p align="center">

public/.DS_Store

0 Bytes
Binary file not shown.

resources/views/filament/resources/service-proccess-resource/pages/service-details.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class="fi-ta-row [@media(hover:hover)]:transition [@media(hover:hover)]:duration
106106
@if (strlen($item->output) > 100)
107107
{{ substr($item->output, 0, 99) }}...
108108
@else
109-
{{ item->output }}
109+
{{ $item->output }}
110110
@endif
111111
</td>
112112
<td class="fi-ta-cell p-0 first-of-type:ps-1 last-of-type:pe-1 sm:first-of-type:ps-3 sm:last-of-type:pe-3 fi-table-cell-id"

0 commit comments

Comments
 (0)