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

Unified Diff: appengine/swarming/elements/res/imp/botpage/bot-page.html

Issue 2337363004: Add task-page (Closed) Base URL: git@github.com:luci/luci-py@task-data
Patch Set: Alignment take 2 Created 4 years, 3 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/botpage/bot-page.html
diff --git a/appengine/swarming/elements/res/imp/botpage/bot-page.html b/appengine/swarming/elements/res/imp/botpage/bot-page.html
index 4ea68a6c95ddc23358a063e98d289ca110b6bfad..83bfb211ccec07fec3f7a8ac9ca9e0888536ed7b 100644
--- a/appengine/swarming/elements/res/imp/botpage/bot-page.html
+++ b/appengine/swarming/elements/res/imp/botpage/bot-page.html
@@ -37,6 +37,7 @@
<link rel="import" href="/res/imp/common/error-toast.html">
<link rel="import" href="/res/imp/common/single-page-style.html">
<link rel="import" href="/res/imp/common/swarming-app.html">
+<link rel="import" href="/res/imp/common/task-behavior.html">
<link rel="import" href="/res/imp/common/url-param.html">
<link rel="import" href="bot-page-data.html">
@@ -45,7 +46,7 @@
<dom-module id="bot-page">
<template>
- <style include="iron-flex iron-flex-alignment iron-positioning swarming-app-style single-page-style">
+ <style include="iron-flex iron-flex-alignment iron-positioning swarming-app-style single-page-style task-style">
.message {
white-space: pre-line;
font-family: monospace;
« no previous file with comments | « appengine/swarming/elements/build/elements.html ('k') | appengine/swarming/elements/res/imp/common/common-behavior.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698