Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b548b1ce
authored
Jul 29, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: missed fa upgrade things
parent
07d1cfa3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
circle/dashboard/templates/dashboard/group-detail.html
+1
-1
circle/dashboard/templates/dashboard/profile.html
+2
-2
No files found.
circle/dashboard/templates/dashboard/group-detail.html
View file @
b548b1ce
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<div
class=
"pull-right"
style=
"padding-top: 15px;"
>
<div
class=
"pull-right"
style=
"padding-top: 15px;"
>
<a
title=
"{% trans "
Rename
"
%}"
href=
"#"
class=
"btn btn-default btn-xs group-details-rename-button"
><i
class=
"fa fa-pencil"
></i></a>
<a
title=
"{% trans "
Rename
"
%}"
href=
"#"
class=
"btn btn-default btn-xs group-details-rename-button"
><i
class=
"fa fa-pencil"
></i></a>
<a
title=
"{% trans "
Delete
"
%}"
data-group-pk=
"{{ group.pk }}"
class=
"btn btn-default btn-xs real-link group-delete"
href=
"{% url "
dashboard
.
views
.
delete-group
"
pk=
group.pk
%}"
><i
class=
"fa fa-trash"
></i></a>
<a
title=
"{% trans "
Delete
"
%}"
data-group-pk=
"{{ group.pk }}"
class=
"btn btn-default btn-xs real-link group-delete"
href=
"{% url "
dashboard
.
views
.
delete-group
"
pk=
group.pk
%}"
><i
class=
"fa fa-trash
-o
"
></i></a>
<a
title=
"{% trans "
Help
"
%}"
href=
"#"
class=
"btn btn-default btn-xs group-details-help-button"
><i
class=
"fa fa-question"
></i></a>
<a
title=
"{% trans "
Help
"
%}"
href=
"#"
class=
"btn btn-default btn-xs group-details-help-button"
><i
class=
"fa fa-question"
></i></a>
</div>
</div>
<h1>
<h1>
...
...
circle/dashboard/templates/dashboard/profile.html
View file @
b548b1ce
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
<i
class=
"fa fa-desktop"
></i>
<i
class=
"fa fa-desktop"
></i>
{% trans "Virtual machines owned by the user" %} ({{ instances_owned|length }})
{% trans "Virtual machines owned by the user" %} ({{ instances_owned|length }})
</h4>
</h4>
<ul
class=
"dashboard-profile-vm-list"
>
<ul
class=
"dashboard-profile-vm-list
fa-ul
"
>
{% for i in instances_owned %}
{% for i in instances_owned %}
<li>
<li>
<a
href=
"{{ i.get_absolute_url }}"
>
<a
href=
"{{ i.get_absolute_url }}"
>
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
<i
class=
"fa fa-desktop"
></i>
<i
class=
"fa fa-desktop"
></i>
{% trans "Virtual machines with access" %} ({{ instances_with_access|length }})
{% trans "Virtual machines with access" %} ({{ instances_with_access|length }})
</h4>
</h4>
<ul
class=
"dashboard-profile-vm-list"
>
<ul
class=
"dashboard-profile-vm-list
fa-ul
"
>
{% for i in instances_with_access %}
{% for i in instances_with_access %}
<li>
<li>
<a
href=
"{{ i.get_absolute_url }}"
>
<a
href=
"{{ i.get_absolute_url }}"
>
...
...
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