Title: [222992] trunk/Websites/perf.webkit.org
Revision
222992
Author
dewei_...@apple.com
Date
2017-10-06 12:54:51 -0700 (Fri, 06 Oct 2017)

Log Message

Add try-bot button on perf analysis status page.
https://bugs.webkit.org/show_bug.cgi?id=177995

Reviewed by Ryosuke Niwa.

Add 'Create' button on analysis status top-left corner to create trybot analysis task.

* public/v3/pages/analysis-category-toolbar.js:
(AnalysisCategoryToolbar.cssTemplate):

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (222991 => 222992)


--- trunk/Websites/perf.webkit.org/ChangeLog	2017-10-06 18:53:00 UTC (rev 222991)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2017-10-06 19:54:51 UTC (rev 222992)
@@ -1,3 +1,15 @@
+2017-10-05  Dewei Zhu  <dewei_...@apple.com>
+
+        Add try-bot button on perf analysis status page.
+        https://bugs.webkit.org/show_bug.cgi?id=177995
+
+        Reviewed by Ryosuke Niwa.
+
+        Add 'Create' button on analysis status top-left corner to create trybot analysis task.
+
+        * public/v3/pages/analysis-category-toolbar.js:
+        (AnalysisCategoryToolbar.cssTemplate):
+
 2017-09-28  Dewei Zhu  <dewei_...@apple.com>
 
         Update syncing script to be able to build binary for commit set with owned commits.

Modified: trunk/Websites/perf.webkit.org/public/v3/pages/analysis-category-toolbar.js (222991 => 222992)


--- trunk/Websites/perf.webkit.org/public/v3/pages/analysis-category-toolbar.js	2017-10-06 18:53:00 UTC (rev 222991)
+++ trunk/Websites/perf.webkit.org/public/v3/pages/analysis-category-toolbar.js	2017-10-06 19:54:51 UTC (rev 222992)
@@ -71,6 +71,10 @@
                 position: absolute;
                 right: 1rem;
             }
+            .trybot-button {
+                position: absolute;
+                left: 1rem;
+            }
         `
     }
 
@@ -77,6 +81,9 @@
     static htmlTemplate()
     {
         return `
+            <ul class="buttoned-toolbar trybot-button">
+                <li><a href=""
+            </ul>
             <ul class="analysis-task-category-toolbar buttoned-toolbar"></ul>
             <input type="text">
             <ul class="buttoned-toolbar queue-toolbar">
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to