]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.html
import 14.2.4 nautilus point release
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / prometheus / silence-list / silence-list.component.html
CommitLineData
494da23a
TL
1<cd-prometheus-tabs></cd-prometheus-tabs>
2
3<cd-table [data]="silences"
11fdf7f2 4 [columns]="columns"
11fdf7f2
TL
5 [forceIdentifier]="true"
6 [customCss]="customCss"
494da23a 7 [sorts]="sorts"
11fdf7f2 8 selectionType="single"
494da23a 9 (fetchData)="refresh()"
11fdf7f2 10 (updateSelection)="updateSelection($event)">
494da23a
TL
11 <cd-table-actions class="table-actions"
12 [permission]="permission"
13 [selection]="selection"
14 [tableActions]="tableActions">
15 </cd-table-actions>
11fdf7f2
TL
16 <tabset cdTableDetail *ngIf="selection.hasSingleSelection">
17 <tab i18n-heading
18 heading="Details">
19 <cd-table-key-value [renderObjects]="true"
20 [hideEmpty]="true"
21 [appendParentKey]="false"
22 [data]="selection.first()"
23 [customCss]="customCss"
24 [autoReload]="false">
25 </cd-table-key-value>
26 </tab>
27 </tabset>
28</cd-table>
29