Skip to content

Commit

Permalink
Changed popup to be in line with project visuals and standards
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Jun 11, 2024
1 parent 63e59aa commit ee8897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/builder/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function checkPercentageIntervals(dependency){
<div class="modal-body">
<form action="#" id="form">
<div class="form-group">
<label>Select Deployment</label>
<label>Deployment</label>
<select class="form-control" name="type" title="deployment" required>
<?php if(!empty($data['deployments'])) { ?>
<?php foreach ($data['deployments'] as $deployment) { ?>
Expand Down

0 comments on commit ee8897a

Please sign in to comment.