mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
Merge pull request #22759 from ricardoasmarques/wip-fix-rbd-features-style
mgr/dashboard: Fix RBD features style Reviewed-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
commit
2e2c6e4501
@ -56,7 +56,7 @@
|
||||
</td>
|
||||
<td class="col-sm-3">
|
||||
<span *ngFor="let feature of selectedItem.features_name">
|
||||
<span class="badge badge-pill badge-primary">{{ feature }}</span>
|
||||
<span class="badge badge-pill badge-primary margin-right-sm">{{ feature }}</span>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user