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
e9ff3725
authored
Mar 25, 2014
by
Oláh István Gergely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: add help text to node-detail actions
parent
fee81dda
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
circle/dashboard/templates/dashboard/node-detail.html
+24
-0
No files found.
circle/dashboard/templates/dashboard/node-detail.html
View file @
e9ff3725
...
...
@@ -23,6 +23,30 @@
{{ node.name }}
</div>
</h1>
<div
class=
"node-details-help js-hidden"
>
<ul
style=
"list-style: none;"
>
<li>
<strong>
{% trans "Rename" %}:
</strong>
{% trans "Change the name of the node." %}
</li>
<li>
<strong>
{% trans "Flush" %}:
</strong>
{% trans "Disable node and move all instances to other ones." %}
</li>
<li>
<strong>
{% trans "Enable" %}:
</strong>
{% trans "Enables node." %}
</li>
<li>
<strong>
{% trans "Disable" %}:
</strong>
{% trans "Disables node." %}
</li>
<li>
<strong>
{% trans "Delete" %}:
</strong>
{% trans "Remove node and its host." %}
</li>
</ul>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-4"
id=
"node-info-pane"
>
...
...
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