Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
72d765dd
Commit
72d765dd
authored
Jul 14, 2016
by
Dominik Hebeler
Browse files
Update count.blade.php
parent
067df2eb
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/admin/count.blade.php
View file @
72d765dd
...
...
@@ -3,7 +3,7 @@
@
section
(
'title'
,
$title
)
@
section
(
'content'
)
<
h2
>
{{
date
(
DATE_RFC822
,
mktime
(
date
(
"H"
),
date
(
"i"
),
date
(
"s"
),
date
(
"m"
),
date
(
"d"
),
date
(
"Y"
))
)
}}
</
h2
>
<
h2
>
{{
exec
(
"uptime"
)
}}
</
h2
>
<
h3
>
Heute
haben
wir
bis
jetzt
=>
<
span
class
=
"text-info"
>
{{
$today
}}
</
span
>
Abfragen
</
h3
>
<
h3
>
Gestern
zur
gleichen
Zeit
<
span
class
=
"text-info"
>
{{
$oldLogs
[
1
][
'sameTime'
]
}}
</
span
>
-
insgesamt
<
span
class
=
"text-danger"
>
{{
$oldLogs
[
1
][
'insgesamt'
]
}}
</
span
></
h3
>
<
h3
>
Vorgestern
zur
gleichen
Zeit
<
span
class
=
"text-info"
>
{{
$oldLogs
[
2
][
'sameTime'
]
}}
</
span
>
-
insgesamt
<
span
class
=
"text-danger"
>
{{
$oldLogs
[
2
][
'insgesamt'
]
}}
</
span
></
h3
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment