Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2338)

Unified Diff: appengine/swarming/elements/res/imp/common/swarming-app.html

Issue 2279303003: Add link to new ui and feedback button (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: use px Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/swarming/elements/res/imp/common/swarming-app.html
diff --git a/appengine/swarming/elements/res/imp/common/swarming-app.html b/appengine/swarming/elements/res/imp/common/swarming-app.html
index 6a93529762c12b20da35e1ece42e602bcb528707..96964dc40d89de7ccfedb981f8f514c938ebf3cc 100644
--- a/appengine/swarming/elements/res/imp/common/swarming-app.html
+++ b/appengine/swarming/elements/res/imp/common/swarming-app.html
@@ -37,8 +37,11 @@
<link rel="import" href="/res/imp/bower_components/app-layout/app-layout.html">
<link rel="import" href="/res/imp/bower_components/iron-flex-layout/iron-flex-layout-classes.html">
+<link rel="import" href="/res/imp/bower_components/iron-icons/iron-icons.html" >
+<link rel="import" href="/res/imp/bower_components/paper-fab/paper-fab.html" >
<link rel="import" href="/res/imp/bower_components/paper-spinner/paper-spinner-lite.html">
+
<link rel="import" href="auth-signin.html">
<link rel="import" href="common-behavior.html">
@@ -75,6 +78,13 @@
color: #1F78B4;
}
+ paper-fab {
+ position: fixed;
+ bottom: 5px;
+ right: 5px;
+ background-color: #1F78B4;
+ }
+
paper-spinner-lite {
--paper-spinner-color: var(--google-yellow-500);
}
@@ -100,6 +110,9 @@
<div class="main-content">
<content></content>
</div>
+ <a target="_blank" href="https://bugs.chromium.org/p/chromium/issues/entry?components=Infra%3EPlatform%3ESwarming&owner=kjlubick@chromium.org&status=Assigned">
+ <paper-fab mini icon="icons:bug-report"></paper-fab>
+ </a>
</app-header-layout>
</template>
« no previous file with comments | « appengine/swarming/elements/build/elements.html ('k') | appengine/swarming/templates/restricted_botslist.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698