Skip to content

Commit 403308e

Browse files
Revert "-"
This reverts commit e20cb41.
1 parent e20cb41 commit 403308e

File tree

5 files changed

+5
-22
lines changed

5 files changed

+5
-22
lines changed

templates/Modules/cluster/cluster_read.html.twig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,13 @@
5151
{% endif %}
5252

5353
{% if documents %}
54-
{{ appImport.dashboardKpi({'title': 'documents_with_nested'|trans, 'badge': {'title': documents}}) }}
54+
{{ appImport.dashboardKpi({'title': 'total_primary_documents'|trans, 'badge': {'title': documents}}) }}
5555
{% endif %}
5656

5757
{% if total_size %}
5858
{{ appImport.dashboardKpi({'title': 'total_size'|trans, 'badge': {'title': total_size|human_filesize}}) }}
5959
{% endif %}
6060
</div>
61-
62-
<p>
63-
<em>{{ 'documents_with_nested_note'|trans }}</em>
64-
</p>
6561
{% endblock %}
6662
{% endembed %}
6763
{% endblock %}

templates/Modules/index/index_list.html.twig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
{% if 'documents' == column %}
3535
<th>
36-
{{ appImport.sort({'cat_sort': cat_sort, 'url': sortUrl, 'sort': 'docs.count', 'title': 'documents_with_nested'|trans})}}
36+
{{ appImport.sort({'cat_sort': cat_sort, 'url': sortUrl, 'sort': 'docs.count', 'title': 'documents'|trans})}}
3737
</th>
3838
{% endif %}
3939

@@ -166,7 +166,3 @@
166166
{% endfor %}
167167
{% endblock %}
168168
{% endembed %}
169-
170-
<p>
171-
<em>{{ 'documents_with_nested_note'|trans }}</em>
172-
</p>

templates/Modules/index/index_read.html.twig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129

130130
{{ appImport.dashboardKpi({'title': 'replicas'|trans, 'badge': {'title': index.replicas}}) }}
131131

132-
{{ appImport.dashboardKpi({'title': 'documents_with_nested'|trans, 'badge': {'title': index.documents}}) }}
132+
{{ appImport.dashboardKpi({'title': 'documents'|trans, 'badge': {'title': index.documents}}) }}
133133

134134
{{ appImport.dashboardKpi({'title': 'documents_deleted'|trans, 'badge': {'title': index.documentsDeleted}}) }}
135135

@@ -161,10 +161,6 @@
161161

162162
{{ appImport.dashboardKpi({'title': 'creation_date'|trans, 'badge': {'title': index.creationDate|human_datetime}}) }}
163163
</div>
164-
165-
<p>
166-
<em>{{ 'documents_with_nested_note'|trans }}</em>
167-
</p>
168164
{% endblock %}
169165
{% endembed %}
170166
{% endblock %}

templates/Modules/shard/shard_list.html.twig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
{% if 'documents' == column %}
5353
<th class="d-none d-xl-table-cell">
54-
{{ appImport.sort({'cat_sort': cat_sort, 'url': sortUrl, 'sort': 'docs', 'title': 'documents_with_nested'|trans})}}
54+
{{ appImport.sort({'cat_sort': cat_sort, 'url': sortUrl, 'sort': 'docs', 'title': 'documents'|trans})}}
5555
</th>
5656
{% endif %}
5757

@@ -274,7 +274,3 @@
274274
{% endfor %}
275275
{% endblock %}
276276
{% endembed %}
277-
278-
<p>
279-
<em>{{ 'documents_with_nested_note'|trans }}</em>
280-
</p>

translations/messages.en.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ disk: "Disk"
240240
docker_hub: "Docker Hub"
241241
documents: "Documents"
242242
documents_deleted: "Documents deleted"
243-
documents_with_nested: "Documents*"
244-
documents_with_nested_note: "* include hidden nested documents"
245243
duration: "Duration"
246244
edit_as_persistent: "Edit as persistent"
247245
edit_as_transient: "Edit as transient"
@@ -709,6 +707,7 @@ to_node: "To node"
709707
toggle_navigation: "Toggle navigation"
710708
tools: "Tools"
711709
total: "Total"
710+
total_primary_documents: "Primary documents"
712711
total_size: "Total size"
713712
total_snapshots_taken: "Snapshots taken"
714713
total_snapshots_failed: "Snapshots failed"

0 commit comments

Comments
 (0)