Changeset 281664 in webkit
- Timestamp:
- Aug 26, 2021, 3:43:29 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css
r279005 r281664 234 234 table.queue-grid tr.platform.watchos-simulator-7 img.logo { 235 235 background: linear-gradient(155deg, #b1a8ed 16%,#aa3daa 50%); 236 content: url(../Images/WatchOS 7Simulator.png);236 content: url(../Images/WatchOSSimulator7.png); 237 237 } 238 238 -
trunk/Tools/ChangeLog
r281660 r281664 1 2021-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 1 11 2021-08-26 Aakash Jain <aakash_jain@apple.com> 2 12
Note:
See TracChangeset
for help on using the changeset viewer.