| 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>
|
|
|