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

Unified Diff: web/inc/logdog-stream-view/logdog-stream-view.html

Issue 2860453003: LogDog Viewer: Link back to source build. (Closed)
Patch Set: comments Created 3 years, 8 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
« no previous file with comments | « web/apps/logdog-view/elements/logdog-view/logdog-view.html ('k') | web/inc/logdog-stream-view/view.ts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/inc/logdog-stream-view/logdog-stream-view.html
diff --git a/web/inc/logdog-stream-view/logdog-stream-view.html b/web/inc/logdog-stream-view/logdog-stream-view.html
index fe7fa2b78d4d1f3b020ab97a73553817ba59c582..d9bb8c57f7ec5b1877abadaea5583b24a6c6895c 100644
--- a/web/inc/logdog-stream-view/logdog-stream-view.html
+++ b/web/inc/logdog-stream-view/logdog-stream-view.html
@@ -480,6 +480,13 @@ An element for rendering muxed LogDog log streams.
computed: '_computeBackfillIconName(backfill)',
},
+ /** If populated, the stream name at the top will link to this URL. */
+ streamLinkUrl: {
+ type: String,
+ value: null,
+ notify: true,
+ },
+
/**
* The current stream status. This is an Array of objects:
* obj.name is the name of the stream.
« no previous file with comments | « web/apps/logdog-view/elements/logdog-view/logdog-view.html ('k') | web/inc/logdog-stream-view/view.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698