Update TGBeta.ps1
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
### Missing the /installSVSMSPModule in the powershell section
|
||||
|
||||
### add tweek to set default provider, add to toolkit?
|
||||
### add tweak to set default provider, add to toolkit?
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# 1) CREATE A GLOBAL LOG CACHE (NEW)
|
||||
@@ -497,7 +497,7 @@ function GetHtmlContent {
|
||||
<div class="sidebar">
|
||||
<button class="tab-button active" data-tab="onboardTab" aria-expanded="true">On-Boarding</button>
|
||||
<button class="tab-button" data-tab="offboardTab" aria-expanded="false">Off-Boarding</button>
|
||||
<button class="tab-button" data-tab="TweeksTab" aria-expanded="false">Tweeks</button>
|
||||
<button class="tab-button" data-tab="TweaksTab" aria-expanded="false">Tweaks</button>
|
||||
</div>
|
||||
<div class="content">
|
||||
<!-- On-Boarding Tab -->
|
||||
@@ -601,8 +601,8 @@ function GetHtmlContent {
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Tweak Tab -->
|
||||
<div id="tweakTab" class="tab-content">
|
||||
<!-- Tweaks Tab -->
|
||||
<div id="tweaksTab" class="tab-content">
|
||||
<h2>Tweaks</h2>
|
||||
<div class="checkbox-group">
|
||||
<label>
|
||||
|
||||
Reference in New Issue
Block a user