]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix the data table action selector 21270/head
authorStephan Müller <smueller@suse.com>
Fri, 6 Apr 2018 08:53:17 +0000 (10:53 +0200)
committerStephan Müller <smueller@suse.com>
Fri, 6 Apr 2018 14:10:56 +0000 (16:10 +0200)
Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html

index ba6adf5ae7e77107945a40bcd927e79726461afb..d2dfe1bce17faf6ab2bf970d5aec0d85f0d60ed0 100644 (file)
@@ -3,7 +3,7 @@
        *ngIf="toolHeader">
     <!-- actions -->
     <div class="oadatatableactions">
-      <ng-content select="table-actions"></ng-content>
+      <ng-content select=".table-actions"></ng-content>
     </div>
     <!-- end actions -->