Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
vanisha
/
log
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dc218ee6
authored
2023-06-01 14:40:48 +0530
by
vanisha
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
datatable issue fixed.
1 parent
5a1e5bee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
templates/cron_logs_view.mustache
templates/cron_logs_view.mustache
View file @
dc218ee
...
...
@@ -29,19 +29,19 @@
<td
class=
"center-class"
>
{{
log
}}
</td>
</tr>
{{/
tablecontents
}}
{{^
tablecontents
}}
<tr><td
colspan=
"4"
><center>
No cron files were run today!!!
</center></td></tr>
{{/
tablecontents
}}
</tbody>
</table>
</div>
<script>
$
(
'#view_logs_entries_table'
).
d
ataTable
({
dom
:
'Bfrtip'
,
$
(
'#view_logs_entries_table'
).
D
ataTable
({
dom
:
'lBfrtip'
,
"pageLength"
:
30
,
"lengthChange"
:
false
,
lengthMenu
:
[[
30
,
50
,
100
],
[
30
,
50
,
100
]]
lengthMenu
:
[[
10
,
25
,
50
,
100
],[
10
,
25
,
50
,
100
]],
"language"
:
{
"emptyTable"
:
"No records found."
}
});
</script>
\ No newline at end of file
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment