mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
mgr/dashboard: code cleanup
Deleted duplicated ng-template. Signed-off-by: Alfonso Martínez <almartin@redhat.com>
This commit is contained in:
parent
71574a64a2
commit
893f78cb06
@ -63,12 +63,6 @@
|
||||
</tab>
|
||||
</tabset>
|
||||
|
||||
<ng-template #osdUsageTpl
|
||||
let-row="row">
|
||||
<cd-usage-bar [totalBytes]="row.stats.stat_bytes"
|
||||
[usedBytes]="row.stats.stat_bytes_used"></cd-usage-bar>
|
||||
</ng-template>
|
||||
|
||||
<ng-template #markOsdConfirmationTpl
|
||||
let-markActionDescription="markActionDescription">
|
||||
<ng-container i18n><strong>OSD {{ selection.first().id }}</strong> will be marked
|
||||
|
@ -1041,20 +1041,20 @@
|
||||
<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="<strong>"/><x id="INTERPOLATION_1" equiv-text="{{ markActionDescription }}"/><x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="</strong>"/> if you proceed.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
|
||||
<context context-type="linenumber">74</context>
|
||||
<context context-type="linenumber">68</context>
|
||||
</context-group>
|
||||
</trans-unit><trans-unit id="2d3a73f6440a7d896d74356fe0a725d731e71cbb" datatype="html">
|
||||
<source>The OSD is not safe to destroy!</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
|
||||
<context context-type="linenumber">83</context>
|
||||
<context context-type="linenumber">77</context>
|
||||
</context-group>
|
||||
</trans-unit><trans-unit id="9d08116242443953ebbfe10bc2092e0a694b4adf" datatype="html">
|
||||
<source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="<strong>"/>OSD <x id="INTERPOLATION" equiv-text="{{ selection.first().id }}"/><x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="</strong>"/> will be
|
||||
<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="<strong>"/><x id="INTERPOLATION_1" equiv-text="{{ actionDescription }}"/><x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="</strong>"/> if you proceed.</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
|
||||
<context context-type="linenumber">85</context>
|
||||
<context context-type="linenumber">79</context>
|
||||
</context-group>
|
||||
</trans-unit><trans-unit id="d2bcd3296d2850de762fb943060b7e086a893181" datatype="html">
|
||||
<source>Health</source>
|
||||
|
Loading…
Reference in New Issue
Block a user