Update TGBeta.ps1

This commit is contained in:
2025-01-05 21:32:14 -05:00
parent 0946ece3e5
commit 8c31fa9d62

View File

@@ -577,7 +577,7 @@ function GetHtmlContent {
<button class="install-button" id="fetchSitesButton" onclick="fetchSites()" disabled>Fetch
Sites</button>
<button class="install-button" onclick="triggerInstall()">Install</button>
<button class="exit-button" onclick="endSession()">Exit</button>
</div>
<div class="log" id="logArea">
<p>Logs will appear here...</p>
@@ -627,6 +627,9 @@ function GetHtmlContent {
</label>
</div>
</div>
<div>
<button class="exit-button" onclick="endSession()">Exit</button>
</div>
</div>
<script>