Skip to content

Commit

Permalink
Update label on Dynamic BuildGroups tab (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackgalbreath authored Feb 21, 2024
1 parent 86add5a commit fff13e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/cdash/public/views/manageBuildGroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
</div>

<div class="form-group">
<label for="dynamicBuildNameMatch">whose build name contains:</label>
<label for="dynamicBuildNameMatch">whose build name is:</label>
<input name="dynamicBuildNameMatch" type="text" ng-model="dynamicBuildNameMatch" size="12" class="form-control"/>
</div>

Expand All @@ -282,7 +282,7 @@

<div ng-if="dynamicSelection.rules.length > 0" name="existingdynamicrows">
<table class="table-striped" style="width:100%;">
<caption class="h4">Existing Build Rows</caption>
<caption class="h4" style="caption-side: top;">Existing Build Rows</caption>
<thead>
<th>Group to draw builds from</th>
<th>Site</th>
Expand Down

0 comments on commit fff13e6

Please sign in to comment.