site-config: common shortcut base on all shopfloor types + per-type apps; new homepage host
- Homepage/start-menu + Edge URLs: http://tsgwp00524.logon.ds.ge.com/ -> https://tsgwp00525.wjs.geaerospace.net (8 refs across site-config + 08-EdgeDefaultBrowser). - Every shopfloor working type now carries the same common base: Edge + WJ Shopfloor + Defect_Tracker pins/desktop, WJ Shopfloor + Plant Apps startup, 3 web tabs. Timeclock/Genspect/Keyence/CMM upgraded to match. - Per-type specialized apps: CMM (PC-DMIS 2016/2019 R2, CLM Admin, goCMM), WaxAndTrace (Formtracepak), partmarker (Mark + Backup420 only - dropped Telesis Backup400/470), heattreat (HeatTreat). - eDNC/UDC/NTLARS listed only on bays that can run them; 06-OrganizeDesktop + 07-TaskbarLayout gate every exe entry on Test-Path, so uninstalled apps are silently skipped (the "eDNC if it exists / UDC if it exists" behavior). - Lab + Display-* left as kiosk/lab, not given the shopfloor base. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -213,7 +213,7 @@ if ($null -ne $cfgTabs -and $cfgTabs.Count -gt 0) {
|
||||
$plantApps = Resolve-StartupUrl -BaseName 'Plant Apps' -Fallback 'https://mes-wjefferson.apps.lr.geaerospace.net/run/?app_name=Plant%20Applications'
|
||||
if ($plantApps) { $startupTabs += $plantApps }
|
||||
|
||||
$shopFloorHome = Resolve-StartupUrl -BaseName 'WJ Shop Floor Homepage' -Fallback 'http://tsgwp00524.logon.ds.ge.com/'
|
||||
$shopFloorHome = Resolve-StartupUrl -BaseName 'WJ Shop Floor Homepage' -Fallback 'https://tsgwp00525.wjs.geaerospace.net'
|
||||
if ($shopFloorHome) { $startupTabs += $shopFloorHome }
|
||||
|
||||
$dashboard = Resolve-StartupUrl -BaseName 'Shopfloor Dashboard' -Fallback 'https://tsgwp00525.wjs.geaerospace.net/shopdb/shopfloor-dashboard/'
|
||||
|
||||
Reference in New Issue
Block a user