mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645]aligned input
This commit is contained in:
committed by
Anukriti Singh
parent
1f35ddd033
commit
e412f395af
+2
-2
@@ -123,8 +123,8 @@
|
|||||||
<div class="adf-metadata-properties-panel-content">
|
<div class="adf-metadata-properties-panel-content">
|
||||||
<mat-icon>
|
<mat-icon>
|
||||||
{{ categoriesPanelState ? 'expand_more' : 'chevron_right'}}</mat-icon>
|
{{ categoriesPanelState ? 'expand_more' : 'chevron_right'}}</mat-icon>
|
||||||
<mat-panel-title class="adf-metadata-properties-title">{{
|
<mat-panel-title class="adf-metadata-properties-title">
|
||||||
'CATEGORIES_MANAGEMENT.CATEGORIES_TITLE' | translate }}
|
{{ 'CATEGORIES_MANAGEMENT.CATEGORIES_TITLE' | translate }}
|
||||||
</mat-panel-title>
|
</mat-panel-title>
|
||||||
</div>
|
</div>
|
||||||
<div class="adf-metadata-categories-title">
|
<div class="adf-metadata-categories-title">
|
||||||
|
|||||||
+2
-2
@@ -128,8 +128,8 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
|
|||||||
/** (optional) This flag sets the metadata in read only mode
|
/** (optional) This flag sets the metadata in read only mode
|
||||||
* preventing changes.
|
* preventing changes.
|
||||||
*/
|
*/
|
||||||
@Input()
|
@Input()
|
||||||
readOnly = false;
|
readOnly = false;
|
||||||
|
|
||||||
/** Emitted when content's editable state is changed. **/
|
/** Emitted when content's editable state is changed. **/
|
||||||
@Output()
|
@Output()
|
||||||
|
|||||||
Reference in New Issue
Block a user