From: Bas Schouten Date: Thu, 5 Sep 2024 16:18:22 +0000 (+0000) Subject: Add new platforms to details-subtests. X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=e014411a8d8dd2f93f60b03a11f1637175fd5eeb;p=sp3dashboard.git Add new platforms to details-subtests. --- diff --git a/details-subtests.html b/details-subtests.html index 00ac55d..9e983d6 100644 --- a/details-subtests.html +++ b/details-subtests.html @@ -24,12 +24,20 @@ if (searchParams.get('os') == 'osx') { platform = 'macosx1015-64-shippable-qr'; + } else if (searchParams.get('os') == 'windows-new') { + platform = 'windows11-64-shippable-qr'; } else if (searchParams.get('os') == 'osxm2') { platform = 'macosx1400-64-shippable-qr'; } else if (searchParams.get('os') == 'linux') { platform = 'linux1804-64-shippable-qr'; } else if (searchParams.get('os') == 'android') { platform = 'android-hw-a51-11-0-aarch64-shippable-qr'; + } else if (searchParams.get('os') == 'android-s21') { + platform = 'android-hw-s21-13-0-android-aarch64-shippable-qr'; + } else if (searchParams.get('os') == 'android-a55') { + platform = 'android-hw-a55-14-0-android-aarch64-shippable-qr'; + } else if (searchParams.get('os') == 'android-p6') { + platform = 'android-hw-p6-13-0-android-aarch64-shippable-qr'; } function getDiffColor(diff) { @@ -83,12 +91,18 @@ function loadCharts() { if (searchParams.get('os') == 'osx') { document.getElementById("macbutton").style = "background-color:gray;"; - } else if (searchParams.get('os') == 'osxm2') { - document.getElementById("osxm2button").style = "background-color:gray;"; + } else if (searchParams.get('os') == 'windows-new') { + document.getElementById("winnewbutton").style = "background-color:gray;"; } else if (searchParams.get('os') == 'linux') { document.getElementById("linuxbutton").style = "background-color:gray;"; } else if (searchParams.get('os') == 'android') { document.getElementById("mobilebutton").style.backgroundColor = "gray"; + } else if (searchParams.get('os') == 'android-a55') { + document.getElementById("mobilebutton2").style.backgroundColor = "gray"; + } else if (searchParams.get('os') == 'android-p6') { + document.getElementById("mobilebutton3").style.backgroundColor = "gray"; + } else if (searchParams.get('os') == 'osxm2') { + document.getElementById("osxm2button").style.backgroundColor = "gray"; } else { document.getElementById("windowsbutton").style = "background-color:gray;"; } @@ -259,7 +273,7 @@ } .buttons td { - width: 200px; + width: 250px; text-align: center; font-family: sans-serif; font-size: 20px; @@ -284,8 +298,9 @@
- - + + +
WindowsMac OSXLinux
AndroidMac OSX (M2)
WindowsWindows (New)Linux
Mac OSXMac OSX (M2)
Android (A51)Android (A55)Android (Pixel 6)
FirefoxChromeCaR