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
0ed9db26
authored
2023-06-01 13:10:26 +0530
by
vanisha
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
css changes
1 parent
0742377e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
templates/cron_logs_view.mustache
view.php
templates/cron_logs_view.mustache
View file @
0ed9db2
...
...
@@ -3,7 +3,7 @@
<div
class=
"container"
>
<div
class=
"cardtitle"
>
<p
class=
"banner-title mb-0 pb-0 bold"
>
Cron logs view
</p>
<p
class=
"banner-title mb-0 pb-0 bold"
style=
"font-size: 30px;"
>
Cron logs view
</p>
<p
class=
"dasboard_margin"
>
It shows all cron entries that should be ran today. We can fliter the cron details based on the date filter
</p>
</div>
</div>
...
...
@@ -37,7 +37,8 @@
</div>
<script>
$
(
'#view_logs_entries_table'
).
dataTable
({
$
(
'#view_logs_entries_table'
).
dataTable
({
dom
:
'Bfrtip'
,
"pageLength"
:
30
,
"lengthChange"
:
false
,
lengthMenu
:
[[
30
,
50
,
100
],
[
30
,
50
,
100
]]
...
...
view.php
View file @
0ed9db2
...
...
@@ -22,13 +22,13 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
require_once
(
'../../../config.php'
)
;
global
$PAGE
,
$OUTPUT
,
$CFG
;
require_
login
(
null
,
false
);
require_
once
(
dirname
(
dirname
(
dirname
(
__FILE__
)))
.
'/config.php'
);
global
$PAGE
,
$OUTPUT
,
$CFG
;
require_login
(
null
,
false
)
;
$pluginname
=
get_string
(
'pluginname'
,
'block_
fn_mentor
'
);
$pluginname
=
get_string
(
'pluginname'
,
'block_
log
'
);
$thispageurl
=
new
moodle_url
(
'/blocks/log/view.php'
);
$PAGE
->
set_url
(
$thispageurl
);
...
...
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