]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.html
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / prometheus / silence-list / silence-list.component.html
index f67f127cd03cf29fc4fa41c899dc6c33d038a5bd..40dc8ffc8e541f43fe14d84fda49556c72fe2ba3 100644 (file)
@@ -1,5 +1,3 @@
-<cd-prometheus-tabs></cd-prometheus-tabs>
-
 <cd-table [data]="silences"
           [columns]="columns"
           [forceIdentifier]="true"
@@ -13,7 +11,8 @@
                     [selection]="selection"
                     [tableActions]="tableActions">
   </cd-table-actions>
-  <tabset cdTableDetail *ngIf="selection.hasSingleSelection">
+  <tabset cdTableDetail
+          *ngIf="selection.hasSingleSelection">
     <tab i18n-heading
          heading="Details">
       <cd-table-key-value [renderObjects]="true"
@@ -26,4 +25,3 @@
     </tab>
   </tabset>
 </cd-table>
-