Merge pull request #21270 from Devp00l/ceph-table-action-fix

mgr/dashboard: Fix the data table action selector

Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
Lenz Grimmer 2018-04-09 12:34:25 +02:00 committed by GitHub
commit 0d700d014f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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 -->