Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7b1468dc
authored
Jul 31, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: help text for sliders
parent
696206b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
circle/dashboard/templates/dashboard/_resources-sliders.html
+3
-3
No files found.
circle/dashboard/templates/dashboard/_resources-sliders.html
View file @
7b1468dc
...
...
@@ -16,7 +16,7 @@
<div
class=
"input-group"
>
{{ field_priority }}
<span
class=
"input-group-addon input-tags"
>
<i
class=
"fa fa-question"
title=
"
yo
"
></i>
<i
class=
"fa fa-question"
title=
"
{% trans "
The
priority
of
the
CPU
"
%}
"
></i>
</span>
</div>
</div>
...
...
@@ -35,7 +35,7 @@
<div
class=
"input-group"
>
{{ field_num_cores }}
<span
class=
"input-group-addon input-tags"
>
<i
class=
"fa fa-question"
title=
"
yo
"
></i>
<i
class=
"fa fa-question"
title=
"
{% trans "
Number
of
CPU
cores
"
%}
"
></i>
</span>
</div>
</div>
...
...
@@ -58,7 +58,7 @@
MiB
</span>
<span
class=
"input-group-addon input-tags"
>
<i
title=
"
szia
"
class=
"fa fa-question"
></i>
<i
title=
"
{% trans "
RAM
size
in
mebibytes
"
%}
"
class=
"fa fa-question"
></i>
</span>
</div>
</div>
...
...
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