]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / pool / pool-form / pool-form.component.html
index f62a7283feb8f2d7a26402f8c375ab705957aa68..5b8b1459ea69e176d438e53c4cdab6c984866d50 100644 (file)
                               [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">
 
                          i18n>Crush rule</a>
                       <ng-template ngbNavContent>
                         <cd-table-key-value [renderObjects]="false"
-                                            [hideKeys]="['steps', 'ruleset', 'type', 'rule_name']"
+                                            [hideKeys]="['steps', 'type', 'rule_name']"
                                             [data]="form.getValue('crushRule')"
                                             [autoReload]="false">
                         </cd-table-key-value>