Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
50bc0a0e
authored
Feb 07, 2014
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: use new activity interface in templates
parent
59cee045
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
circle/dashboard/templates/dashboard/node-detail-activity.html
+2
-2
circle/dashboard/templates/dashboard/vm-detail/activity.html
+2
-2
No files found.
circle/dashboard/templates/dashboard/node-detail-activity.html
View file @
50bc0a0e
...
...
@@ -16,9 +16,9 @@
</span>
<strong>
{{ a.get_readable_name }}
</strong>
{{ a.started|date:"Y-m-d. H:i" }}, {{ a.user }}
{% if a.
instanceactivity_set
.count > 0 %}
{% if a.
children
.count > 0 %}
<div
class=
"sub-timeline"
>
{% for s in a.
instanceactivity_set
.all %}
{% for s in a.
children
.all %}
<div
data-activity-id=
"{{ s.pk }}"
class=
"sub-activity"
>
{{ s.get_readable_name }} -
{% if s.finished %}
...
...
circle/dashboard/templates/dashboard/vm-detail/activity.html
View file @
50bc0a0e
...
...
@@ -16,9 +16,9 @@
</span>
<strong>
{{ a.get_readable_name }}
</strong>
{{ a.started|date:"Y-m-d. H:i" }}, {{ a.user }}
{% if a.
instanceactivity_set
.count > 0 %}
{% if a.
children
.count > 0 %}
<div
class=
"sub-timeline"
>
{% for s in a.
instanceactivity_set
.all %}
{% for s in a.
children
.all %}
<div
data-activity-id=
"{{ s.pk }}"
class=
"sub-activity"
>
{{ s.get_readable_name }} -
{% if s.finished %}
...
...
Write
Preview
Markdown
is supported
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