New index report and some UI issue
This commit is contained in:
parent
5dc54bfdb1
commit
55d79d1294
21 changed files with 908 additions and 142 deletions
|
|
@ -438,9 +438,11 @@
|
|||
<div class="form-group col-md-4">
|
||||
<label for="inputZip">Tracking Expiry</label>
|
||||
<input
|
||||
disabled
|
||||
formControlName="trackingExp"
|
||||
bsDatepicker
|
||||
[bsConfig]="bsConfig"
|
||||
[isDisabled]="true"
|
||||
type="text"
|
||||
class="form-control"
|
||||
id="inputZip"
|
||||
|
|
@ -452,6 +454,7 @@
|
|||
<input
|
||||
formControlName="eSimExpiry"
|
||||
bsDatepicker
|
||||
[attr.disabled]="true"
|
||||
[bsConfig]="bsConfig"
|
||||
type="text"
|
||||
class="form-control"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue