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: 569026486
  • Loading branch information
zzzaries authored and copybara-github committed Sep 28, 2023
1 parent 50925b9 commit bab8719
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="Choose the center op node of the graph"
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="Suggest width < 10. Larger width from the center op node will include more nodes into the graph."
aria-label="graph-width"
type="number"
min="1"
Expand Down

0 comments on commit bab8719

Please sign in to comment.