shamrickus commented on code in PR #7470:
URL: https://github.com/apache/trafficcontrol/pull/7470#discussion_r1195427308


##########
experimental/traffic-portal/src/app/core/misc/isogeneration-form/isogeneration-form.component.html:
##########
@@ -13,9 +13,10 @@
 -->
 <mat-card>
        <form [formGroup]="form" (ngSubmit)="submit($event)">
-               <mat-card-header>
+               <mat-card-actions align="start">
+                       <button mat-raised-button type="button" 
(click)="openCopyDialog()">Copy Info From Server</button>

Review Comment:
   I think this button should be right aligned (Use DHCP still on left though).



##########
experimental/traffic-portal/src/app/core/misc/isogeneration-form/isogeneration-form.component.html:
##########
@@ -13,9 +13,10 @@
 -->
 <mat-card>
        <form [formGroup]="form" (ngSubmit)="submit($event)">
-               <mat-card-header>
+               <mat-card-actions align="start">

Review Comment:
   This should still be `mat-card-header`, The 
[docs](https://material.angular.io/components/card/overview) define 
`mat-card-actions` as being bottom aligned and `mat-card-header` as being top 
aligned.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to