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