Added warning icon when no application tag is selected
Fixes: https://tracker.ceph.com/issues/40676
Signed-off-by: Waad Alkhoury <walkhour@redhat.com>
[selectionLimit]="4"
(selection)="appSelection()">
</cd-select-badges>
+ <i *ngIf="data.applications.selected <= 0"
+ i18n-title
+ title="Pools should be associated with an application tag"
+ class="{{icons.warning}} icon-warning-color">
+ </i>
</div>
</div>
-
<!-- CRUSH -->
<div *ngIf="isErasure || isReplicated">
+.icon-warning-color {
+ margin-left: 3px;
+}