Skip to content

Commit

Permalink
Update graph viewer config form input with tooltip and label
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 569530567
  • Loading branch information
zzzaries authored and copybara-github committed Sep 29, 2023
1 parent e79eb6a commit 91d658c
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</mat-select>
</mat-form-field>
<mat-form-field class="full-width" *ngIf="useProgramId">
<mat-label>XLA Program Id</mat-label>
<input
matInput
placeholder="Program id"
aria-label="program-id"
autocomplete="off"
name="programId"
Expand All @@ -30,9 +30,10 @@
/>
</mat-form-field>
<mat-form-field class="full-width">
<mat-label>Op Name</mat-label>
<input
matInput
placeholder="Enter op name"
matTooltip="Op name for the center node."
aria-label="op-name"
required
autocomplete="off"
Expand All @@ -42,10 +43,10 @@
/>
</mat-form-field>
<mat-form-field class="full-width">
<mat-label>Graph Width</mat-label>
<input
matInput
placeholder="Graph width"
matTooltip="Suggest width < 10"
matTooltip="Graph width from the center node. Suggest < 10."
aria-label="graph-width"
type="number"
min="1"
Expand Down

0 comments on commit 91d658c

Please sign in to comment.