Skip to content

Commit

Permalink
changed descriptions of target and type and made them non-required.
Browse files Browse the repository at this point in the history
  • Loading branch information
infxmousrogue committed Sep 10, 2024
1 parent 86d679a commit c8a34b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ <h2>Generate names according to SAP BTP policy</h2>
<input type="text" placeholder="aiden.eu" id="customerDomain" name="customerDomain" required>
<span id="errorMessage" style="color: red; display: none;">Invalid domain name</span>

<label for="target">Target:</label>
<input type="text" placeholder="xxxxx" id="target" name="target" required>
<label for="target">Target, used in destination and keys:</label>
<input type="text" placeholder="xxxxx" id="target" name="target" >

<label for="type">Type:</label>
<input type="text" placeholder="xxxxx" id="type" name="type" required>
<label for="type">Type, used in destination and keys:</label>
<input type="text" placeholder="xxxxx" id="type" name="type" >

<div class="dropdown-container">
<h3>SAP BTP Services which will be deployed</h3>
Expand Down

0 comments on commit c8a34b7

Please # to comment.