gbkannan89 commented on code in PR #7358:
URL: https://github.com/apache/trafficcontrol/pull/7358#discussion_r1118356779
##########
experimental/traffic-portal/src/app/core/statuses/status-details/status-details.component.html:
##########
@@ -0,0 +1,26 @@
+<mat-card class="statuses-details">
+ <ul class="breadcrumb">
+ <li><a routerLink="/core/statuses">Statuses</a></li>
+ <li>{{title}}</li>
+ </ul>
+ <tp-loading *ngIf="loading"></tp-loading>
+ <form [formGroup]="statusDetailsForm" (ngSubmit)="onSubmit()"
*ngIf="!loading">
+ <mat-card-content>
+ <mat-form-field class="example-full-width">
+ <mat-label>Name</mat-label>
+ <input matInput placeholder="Ex. Pizza" formControlName="name">
Review Comment:
My mistake, i forgot to make appropirate corrections after copying code from
material reference.
--
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]