1 <tabset *ngIf="selection.hasSingleSelection">
5 <table class="table table-striped table-bordered">
9 class="bold w-25">Name</td>
10 <td class="w-75">{{ bucket.bid }}</td>
15 <td>{{ bucket.id }}</td>
19 class="bold">Owner</td>
20 <td>{{ bucket.owner }}</td>
24 class="bold">Index type</td>
25 <td>{{ bucket.index_type }}</td>
29 class="bold">Placement rule</td>
30 <td>{{ bucket.placement_rule }}</td>
34 class="bold">Marker</td>
35 <td>{{ bucket.marker }}</td>
39 class="bold">Maximum marker</td>
40 <td>{{ bucket.max_marker }}</td>
44 class="bold">Version</td>
45 <td>{{ bucket.ver }}</td>
49 class="bold">Master version</td>
50 <td>{{ bucket.master_ver }}</td>
54 class="bold">Modification time</td>
55 <td>{{ bucket.mtime | cdDate }}</td>
59 class="bold">Zonegroup</td>
60 <td>{{ bucket.zonegroup }}</td>
66 <div *ngIf="bucket.bucket_quota">
67 <legend i18n>Bucket quota</legend>
68 <table class="table table-striped table-bordered">
72 class="bold w-25">Enabled</td>
73 <td class="w-75">{{ bucket.bucket_quota.enabled | booleanText }}</td>
77 class="bold">Maximum size</td>
78 <td *ngIf="bucket.bucket_quota.max_size <= -1"
80 <td *ngIf="bucket.bucket_quota.max_size > -1">
81 {{ bucket.bucket_quota.max_size | dimless }}
86 class="bold">Maximum objects</td>
87 <td *ngIf="bucket.bucket_quota.max_objects <= -1"
89 <td *ngIf="bucket.bucket_quota.max_objects > -1">
90 {{ bucket.bucket_quota.max_objects }}