Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend-MECRED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MECRED
Frontend-MECRED
Commits
e4fa2b39
Commit
e4fa2b39
authored
1 week ago
by
Richard Fernando Heise Ferreira
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue-359/FIX-statistics' into 'develop'
FIX statistics to old backend See merge request
!327
parents
21e0504b
0ce47f48
No related branches found
No related tags found
1 merge request
!327
FIX statistics to old backend
Pipeline
#42765
failed
1 week ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/About.js
+5
-5
5 additions, 5 deletions
src/app/components/About.js
with
5 additions
and
5 deletions
src/app/components/About.js
+
5
−
5
View file @
e4fa2b39
...
...
@@ -55,19 +55,19 @@ export default function AboutComponent() {
return
(
<
div
className
=
"
flex max-sm:flex-col mb-10 gap-x-[60px]
"
>
<
StatisticInfo
name
=
{
<
p
>
Recursos
Disponívei
s
<
/p>
}
data
=
{
statistics
[
"
count
"
]}
name
=
{
<
p
>
Recursos
publicado
s
<
/p>
}
data
=
{
statistics
[
"
learning_object_
count
"
]}
color
=
{{
text
:
"
text-darkGray-HC-white
"
,
bg
:
"
bg-orange-HC-white
"
}}
icon
=
"
/redigitais.svg
"
/>
<
StatisticInfo
name
=
{
<
p
>
Recursos
Acess
ados
<
br
/>
por
mê
s
<
/p>
}
data
=
{
statistics
[
"
month_
download
s
"
]}
name
=
{
<
p
>
Recursos
visualiz
ados
<
br
/>
nos
últimos
30
dia
s
<
/p>
}
data
=
{
statistics
[
"
month_
view
s
"
]}
color
=
{{
text
:
"
text-darkGray-HC-white
"
,
bg
:
"
bg-violet-HC-white
"
}}
icon
=
"
/download.svg
"
/>
<
StatisticInfo
name
=
{
<
p
>
Usuários
C
adastrados
<
/p>
}
name
=
{
<
p
>
Usuários
c
adastrados
<
/p>
}
data
=
{
statistics
[
"
unique_users
"
]}
color
=
{{
text
:
"
text-darkGray-HC-white
"
,
bg
:
"
bg-pink-HC-white
"
}}
icon
=
"
/seguir.svg
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment