Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
km3mon
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
Container 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
Carlo Guidi
km3mon
Commits
36e1b8fe
Commit
36e1b8fe
authored
5 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update CSS classes
parent
b7100e08
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/templates/top10.html
+6
-3
6 additions, 3 deletions
app/templates/top10.html
with
6 additions
and
3 deletions
app/templates/top10.html
+
6
−
3
View file @
36e1b8fe
...
...
@@ -4,14 +4,17 @@
{% for category, events in top10.items() %}
<h3
style=
"text-align: center"
>
{{ category }}
</h3>
<div
class=
"container-fluid"
>
<div
class=
"container-fluid"
id=
"top10"
>
{% for event in events %}
<div
class=
"row"
>
<div
class=
"col-md-2"
style=
"vertical-align: middle"
>
<h3
class=
"
placement
"
>
#{{ loop.index }}
</h3>
<h3
class=
"
rank
"
>
#{{ loop.index }}
</h3>
<table
class=
"top10"
>
{% for key, value in event.meta.items() %}
<tr><td>
{{ key }}
</td><td>
{{ value }}
</td></tr>
<tr>
<td
class=
"meta-key"
>
{{ key }}
</td>
<td
class=
"meta-value"
>
{{ value }}
</td>
</tr>
{% endfor %}
</table>
</div>
...
...
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