mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
minor fixes
This commit is contained in:
committed by
Anukriti Singh
parent
c142ca1a30
commit
eceef0de20
+4
-4
@@ -17,7 +17,7 @@
|
|||||||
<span
|
<span
|
||||||
*ngFor="let category of categories"
|
*ngFor="let category of categories"
|
||||||
[class.adf-categories-padded]="!isCRUDMode"
|
[class.adf-categories-padded]="!isCRUDMode"
|
||||||
class="adf-assigned-categories">
|
class="adf-assigned-categories">
|
||||||
{{ category.name }}
|
{{ category.name }}
|
||||||
<button
|
<button
|
||||||
data-automation-id="categories-remove-category-button"
|
data-automation-id="categories-remove-category-button"
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
<div class="adf-existing-categories-panel" *ngIf="existingCategoriesPanelVisible">
|
<div class="adf-existing-categories-panel" *ngIf="existingCategoriesPanelVisible">
|
||||||
<ng-container *ngIf="isCRUDMode && (!existingCategoriesLoading || existingCategories)">
|
<ng-container *ngIf="isCRUDMode && (!existingCategoriesLoading || existingCategories)">
|
||||||
<span class="adf-create-category-label"
|
<span class="adf-create-category-label"
|
||||||
(click)="addCategory()"
|
(click)="addCategory()"
|
||||||
[hidden]="categoryNameControl.invalid || typing">
|
[hidden]="categoryNameControl.invalid || typing">
|
||||||
{{ 'CATEGORIES_MANAGEMENT.GENERIC_CREATE' | translate : { name: categoryNameControl.value } }}
|
{{ 'CATEGORIES_MANAGEMENT.GENERIC_CREATE' | translate : { name: categoryNameControl.value } }}
|
||||||
</span>
|
</span>
|
||||||
@@ -62,8 +62,8 @@
|
|||||||
</mat-selection-list>
|
</mat-selection-list>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<mat-spinner
|
<mat-spinner
|
||||||
*ngIf="existingCategoriesLoading"
|
*ngIf="existingCategoriesLoading"
|
||||||
[diameter]="50"
|
[diameter]="50"
|
||||||
[attr.aria-label]="'CATEGORIES_MANAGEMENT.LOADING' | translate">
|
[attr.aria-label]="'CATEGORIES_MANAGEMENT.LOADING' | translate">
|
||||||
</mat-spinner>
|
</mat-spinner>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user