Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
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
54efacc2
authored
Feb 06, 2015
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: storage i18n
parent
924c7552
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
circle/dashboard/templates/dashboard/storage/detail.html
+11
-5
No files found.
circle/dashboard/templates/dashboard/storage/detail.html
View file @
54efacc2
...
@@ -32,23 +32,29 @@
...
@@ -32,23 +32,29 @@
</div>
</div>
</div>
</div>
<div
class=
"text-muted text-center"
>
<div
class=
"text-muted text-center"
>
{{ stats.used_space}}/{{ stats.total_space }}
used
{{ stats.used_space}}/{{ stats.total_space }}
</div>
</div>
<h3>
Missing disks
<small>
disk objects without images files
</small></h3>
<h3>
{% trans "Missing disks" %}
<small>
{% trans "disk objects without images files" %}
</small>
</h3>
{% for m in missing_disks %}
{% for m in missing_disks %}
<p>
<p>
{{ m }} - {{ m.filename }}
{{ m }} - {{ m.filename }}
</p>
</p>
{% empty %}
{% empty %}
None
{% trans "None" %}
{% endfor %}
{% endfor %}
<h3>
Orphan disks
<small>
image files without disk object in the database
</small></h3>
<h3>
{% trans "Orphan disks" %}
<small>
{% trans "image files without disk object in the database" %}
</small>
</h3>
{% for o in orphan_disks %}
{% for o in orphan_disks %}
{{ o }}
{{ o }}
{% empty %}
{% empty %}
None
{% trans "None" %}
{% endfor %}
{% endfor %}
</div>
<!-- .panel-body -->
</div>
<!-- .panel-body -->
</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