Update testTaskGate.ps1
This commit is contained in:
@@ -429,7 +429,7 @@ $style = @'
|
||||
padding: 8px;
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
width: 30%;
|
||||
width: 40%;
|
||||
max-width: 200px; /* controls how wide they get */
|
||||
}
|
||||
|
||||
@@ -688,7 +688,7 @@ $htmlTemplate = @"
|
||||
<label for="Password">Enter Password:</label>
|
||||
<div style="display:flex; gap:5px;">
|
||||
<input type="password" id="Password" placeholder="Enter Password" style="flex:1;" />
|
||||
<button onclick="fetchSites()" style="padding:4px 10px;">🔑</button>
|
||||
<button onclick="fetchSites()" style="padding:4px 10px;">GO!</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user