⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 281664 in webkit


Ignore:
Timestamp:
Aug 26, 2021, 3:43:29 PM (5 years ago)
Author:
Ryan Haddad
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css

    r279005 r281664  
    234234table.queue-grid tr.platform.watchos-simulator-7 img.logo {
    235235    background: linear-gradient(155deg, #b1a8ed 16%,#aa3daa 50%);
    236     content: url(../Images/WatchOS7Simulator.png);
     236    content: url(../Images/WatchOSSimulator7.png);
    237237}
    238238
  • trunk/Tools/ChangeLog

    r281660 r281664  
     12021-08-26  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        watchOS simulator image missing on bot watchers dashboard
     4        https://bugs.webkit.org/show_bug.cgi?id=229587
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css:
     9        (table.queue-grid tr.platform.watchos-simulator-7 img.logo):
     10
    1112021-08-26  Aakash Jain  <aakash_jain@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.