File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
<table class =" uk-table uk-table-responsive" cellpadding =" 0" cellspacing =" 0" class =" mb1" >
20
20
<thead >
21
21
<tr >
22
- <th >Command </th >
22
+ <th >Description </th >
23
23
<th >Average Runtime</th >
24
24
<th >Last Run</th >
25
25
<th >Next Run</th >
31
31
<tr class =" {{ $task -> is_active ?: ' uk-text-danger' } }" >
32
32
<td >
33
33
<a href =" {{ route (' totem.task.view' , $task )} }" >
34
- {{ $task -> command } }
34
+ {{ str_limit ( $task -> description , 30 ) } }
35
35
</a >
36
36
<span class =" uk-float-right uk-hidden@s uk-text-muted" >Command</span >
37
37
</td >
Original file line number Diff line number Diff line change 13
13
<ul class =" uk-list uk-list-striped" >
14
14
<li >
15
15
<span class =" uk-text-muted uk-float-right" >Description</span >
16
- <span class =" uk-float-left" >{{ $task -> description } } </span >
16
+ <span class =" uk-float-left" >{{ str_limit ( $task -> description , 80 ) } } </span >
17
17
</li >
18
18
<li >
19
19
<span class =" uk-text-muted uk-float-right" >Command</span >
You can’t perform that action at this time.
0 commit comments