Update TGBeta.ps1
This commit is contained in:
@@ -577,7 +577,7 @@ function GetHtmlContent {
|
|||||||
<button class="install-button" id="fetchSitesButton" onclick="fetchSites()" disabled>Fetch
|
<button class="install-button" id="fetchSitesButton" onclick="fetchSites()" disabled>Fetch
|
||||||
Sites</button>
|
Sites</button>
|
||||||
<button class="install-button" onclick="triggerInstall()">Install</button>
|
<button class="install-button" onclick="triggerInstall()">Install</button>
|
||||||
<button class="exit-button" onclick="endSession()">Exit</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="log" id="logArea">
|
<div class="log" id="logArea">
|
||||||
<p>Logs will appear here...</p>
|
<p>Logs will appear here...</p>
|
||||||
@@ -627,6 +627,9 @@ function GetHtmlContent {
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<button class="exit-button" onclick="endSession()">Exit</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user