Update TGBeta.ps1
This commit is contained in:
11
TGBeta.ps1
11
TGBeta.ps1
@@ -481,6 +481,15 @@ function GetHtmlContent {
|
|||||||
background-color: #dc3545;
|
background-color: #dc3545;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.column {
|
||||||
|
border: 2px solid #444; /* Adjust border color */
|
||||||
|
border-radius: 8px; /* Optional rounded corners */
|
||||||
|
padding: 15px; /* Add some padding */
|
||||||
|
margin: 10px; /* Add margin between columns */
|
||||||
|
background-color: #1e1e1e; /* Match the background color */
|
||||||
|
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Optional: Add shadow */
|
||||||
|
}
|
||||||
|
|
||||||
.log {
|
.log {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
@@ -516,7 +525,7 @@ function GetHtmlContent {
|
|||||||
<div id="onboardTab" class="tab-content active">
|
<div id="onboardTab" class="tab-content active">
|
||||||
<h2>On-Boarding</h2>
|
<h2>On-Boarding</h2>
|
||||||
<h3 class="subtitle">This new way of deploying our stack will make it easier to be sure everything is deployed successfully</h3>
|
<h3 class="subtitle">This new way of deploying our stack will make it easier to be sure everything is deployed successfully</h3>
|
||||||
<div class="checkbox-group">
|
<div class="checkbox-group column">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" id="selectAllOnboardCheckbox" onclick="toggleOnboardCheckboxes(this)">
|
<input type="checkbox" id="selectAllOnboardCheckbox" onclick="toggleOnboardCheckboxes(this)">
|
||||||
Select All
|
Select All
|
||||||
|
|||||||
Reference in New Issue
Block a user