Skip to content
Snippets Groups Projects
Commit d2357ae1 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

form field labels

parent d59b0b44
No related branches found
No related tags found
2 merge requests!147Production Release | nshmp-apps,!145Update zTop to zTor
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<div class="settings-subsection--section grid-row grid-gap-sm"> <div class="settings-subsection--section grid-row grid-gap-sm">
<!-- Source geometry: zTop input --> <!-- Source geometry: zTop input -->
<mat-form-field class="grid-col-4 ztop-input"> <mat-form-field class="grid-col-4 ztop-input">
<mat-label>Z<sub>TOP</sub> (km)</mat-label> <mat-label>Z<sub>TOR</sub> (km)</mat-label>
<input <input
matInput matInput
[max]="(parameters$ | async)?.zTop.max" [max]="(parameters$ | async)?.zTop.max"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<div class="settings-subsection--section grid-row grid-gap-sm"> <div class="settings-subsection--section grid-row grid-gap-sm">
<!-- Source Parameters: zTop input --> <!-- Source Parameters: zTop input -->
<mat-form-field class="grid-col-4 ztop-input"> <mat-form-field class="grid-col-4 ztop-input">
<mat-label>Z<sub>TOP</sub> (km)</mat-label> <mat-label>Z<sub>TOR</sub> (km)</mat-label>
<input <input
matInput matInput
[max]="(parameters$ | async)?.zTop?.max" [max]="(parameters$ | async)?.zTop?.max"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment