Title: [281664] trunk/Tools
Revision
281664
Author
[email protected]
Date
2021-08-26 15:43:29 -0700 (Thu, 26 Aug 2021)

Log Message

watchOS simulator image missing on bot watchers dashboard
https://bugs.webkit.org/show_bug.cgi?id=229587

Reviewed by Jonathan Bedard.

* CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css:
(table.queue-grid tr.platform.watchos-simulator-7 img.logo):

Modified Paths

Diff

Modified: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css (281663 => 281664)


--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css	2021-08-26 22:32:41 UTC (rev 281663)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css	2021-08-26 22:43:29 UTC (rev 281664)
@@ -233,7 +233,7 @@
 
 table.queue-grid tr.platform.watchos-simulator-7 img.logo {
     background: linear-gradient(155deg, #b1a8ed 16%,#aa3daa 50%);
-    content: url(../Images/WatchOS7Simulator.png);
+    content: url(../Images/WatchOSSimulator7.png);
 }
 
 table.queue-grid tr.platform.watchos-7 img.logo {

Modified: trunk/Tools/ChangeLog (281663 => 281664)


--- trunk/Tools/ChangeLog	2021-08-26 22:32:41 UTC (rev 281663)
+++ trunk/Tools/ChangeLog	2021-08-26 22:43:29 UTC (rev 281664)
@@ -1,3 +1,13 @@
+2021-08-26  Ryan Haddad  <[email protected]>
+
+        watchOS simulator image missing on bot watchers dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=229587
+
+        Reviewed by Jonathan Bedard.
+
+        * CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css:
+        (table.queue-grid tr.platform.watchos-simulator-7 img.logo):
+
 2021-08-26  Aakash Jain  <[email protected]>
 
         [EWS] compile-webkit-without-patch failed, but bot ran layout tests anyway and blamed the patch for a pre-existing failure
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to