Skip to content

Commit

Permalink
Refine Welcome Dashboard template.:
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Jan 25, 2024
1 parent 417251c commit 273b65d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/Views/helpWelcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@
<div class="col">
<h4>Unix</h4>
<label for="ssh_username" class="form-label">SSH Username</label>
<input type="text" class="form-control" placeholder="" aria-label="ssh_username" id="ssh_username" name="ssh_username" value="marku">
<input type="text" class="form-control" placeholder="" aria-label="ssh_username" id="ssh_username" name="ssh_username" value="">
<br>
<label for="ssh_password" class="form-label">SSH Password</label>
<input type="password" class="form-control" placeholder="" aria-label="ssh_password" id="ssh_password" name="ssh_password" value="Mu@Op*007*Ek">
<input type="password" class="form-control" placeholder="" aria-label="ssh_password" id="ssh_password" name="ssh_password" value="">
</div>

<div class="col">
Expand All @@ -183,14 +183,13 @@
<h2>Location</h2>
<p>A location name will help you to find these devices in the future.</p>
<label for="location_name" class="form-label">Location Name</label>
<input type="text" class="form-control" placeholder="Sydney DataCenter" value="Quick SYD" aria-label="location_name" id="location_name" name="location_name">
<input type="text" class="form-control" placeholder="Sydney DataCenter" aria-label="location_name" id="location_name" name="location_name">
</div>
<div class="col">
<h2>Network</h2>
<p>Which network should we discover. This should be in the format of 1.2.3.4/24</p>
<label for="subnet" class="form-label">The Network to Discover</label>
<input type="text" class="form-control" value="192.168.88.182-184" placeholder="This should be in the format of 1.2.3.4/24" aria-label="subnet" id="subnet" name="subnet" required>
<!--<input type="text" class="form-control" value="<?= $subnet ?>" placeholder="This should be in the format of 1.2.3.4/24" aria-label="subnet" id="subnet" name="subnet" required>-->
<input type="text" class="form-control" value="<?= $subnet ?>" placeholder="This should be in the format of 1.2.3.4/24" aria-label="subnet" id="subnet" name="subnet" required>
</div>
<div class="col">
<h2>Execute</h2>
Expand Down

0 comments on commit 273b65d

Please sign in to comment.