Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
0e39fb46
Commit
0e39fb46
authored
Jun 06, 2014
by
Romain Courteaud
🐙
Committed by
Jérome Perrin
Aug 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Publish build version.
parent
f9ce402b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dream/platform/static/dream/exit_stat.html
dream/platform/static/dream/exit_stat.html
+1
-1
dream/platform/static/dream/exit_stat.js
dream/platform/static/dream/exit_stat.js
+2
-2
No files found.
dream/platform/static/dream/exit_stat.html
View file @
0e39fb46
...
...
@@ -15,7 +15,7 @@
<
td
>
Daily
Attainment
<
/td
>
<
td
>
{{
#
interval_list
}}
{{
interval
}}
<
i
class
=
"
fa {{icon}}
"
/
><
br
/>
<
i
class
=
"
ui-link ui-btn ui-icon-{{icon}} ui-btn-inline ui-cornel-all ui-btn-icon-right
"
>
{{
interval
}}
<
/i
><br/
>
{{
/
interval_list
}}
<
/td
>
<
/tr
>
...
...
dream/platform/static/dream/exit_stat.js
View file @
0e39fb46
...
...
@@ -36,12 +36,12 @@
if
(
interval_value
>
throughputTarget
)
{
interval_list
.
push
({
interval
:
interval_value
,
icon
:
"
fa-smile-o
"
icon
:
"
check
"
});
}
else
{
interval_list
.
push
({
interval
:
interval_value
,
icon
:
"
fa-frown-o
"
icon
:
"
delete
"
});
}
}
...
...
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