Skip to content

Commit

Permalink
Add asterisk for time zone field
Browse files Browse the repository at this point in the history
  • Loading branch information
otavard committed Mar 10, 2023
1 parent 48edb52 commit 58c4519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datafari-webapp/src/main/webapp/admin/ajax/mcfSimplified.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
</div>
<div class="form-group row">
<div class="col-sm-3 control-label">
<span class="fas fa-asterisk " style="color : red"></span>
<label id="filerTimeZoneLabel" for="filerTimeZone" class="col-form-label"></label><span id="filerTimeZone-tip" class="fas fa-info-circle" data-toggle="tooltip" data-placement="right" title=""></span>
</div>
<div class="col-sm-4">
Expand Down Expand Up @@ -479,6 +480,7 @@
</div>
<div class="form-group row">
<div class="col-sm-3 control-label">
<span class="fas fa-asterisk " style="color : red"></span>
<label id="dbTimeZoneLabel" for="dbTimeZone" class="col-form-label"></label><span id="dbTimeZone-tip" class="fas fa-info-circle" data-toggle="tooltip" data-placement="right" title=""></span>
</div>
<div class="col-sm-4">
Expand Down Expand Up @@ -719,6 +721,7 @@
</div>
<div class="form-group row">
<div class="col-sm-3 control-label">
<span class="fas fa-asterisk " style="color : red"></span>
<label id="webTimeZoneLabel" for="webTimeZone" class="col-form-label"></label><span id="webTimeZone-tip" class="fas fa-info-circle" data-toggle="tooltip" data-placement="right" title=""></span>
</div>
<div class="col-sm-4">
Expand Down

0 comments on commit 58c4519

Please sign in to comment.