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

Unified Diff: components/proximity_auth/webui/resources/log-panel.html

Issue 1264703003: Implement debugging local unlock keys in chrome://proximity-auth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + fixes Created 5 years, 5 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 | « components/proximity_auth/webui/resources/local-state.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/webui/resources/log-panel.html
diff --git a/components/proximity_auth/webui/resources/log-panel.html b/components/proximity_auth/webui/resources/log-panel.html
index ac9811199af24e7626f1e8c87cbc59cb350e11f2..b59d909c31c209414034543ae08ece0b3037e4a7 100644
--- a/components/proximity_auth/webui/resources/log-panel.html
+++ b/components/proximity_auth/webui/resources/log-panel.html
@@ -70,7 +70,7 @@
<log-buffer id='logBuffer' logs="{{logs}}"></log-buffer>
<div id="list" class="flex">
<template is="dom-repeat" items="[[logs]]">
- <div class="list-item" severity="[[item.severity]]">
+ <div class="list-item" severity$="[[item.severity]]">
<div class="item-metadata layout horizontal">
<div>[[item.time]]</div>
<div class="flex"></div>
« no previous file with comments | « components/proximity_auth/webui/resources/local-state.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698