| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -39,12 +39,18 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  </div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  <div class="justify-content-end" mat-dialog-actions> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <button i18n mat-button type="button" (click)="onCancel()">Cancel</button> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <button mat-button type="button" (click)="onCancel()"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      @if (platformForm.dirty) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <ng-container i18n>Cancel</ng-container> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      } @else { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <ng-container i18n>Close</ng-container> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </button> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <button | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      color="primary" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      mat-flat-button | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      type="submit" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      [disabled]="!platformForm.valid" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      [disabled]="!(platformForm.dirty && platformForm.valid)" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    > | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      <ng-container i18n>Save</ng-container> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </button> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |