Commit 0b609eba authored by David Valleau's avatar David Valleau Committed by Commit Bot

Removing display of printer model from add-printer-list tag

The construction of the printer's display name already contains the
model, so displaying it again was redundant.

R=hcarmona@chromium.org, xdai@chromium.org

Bug: 793340
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I8ce04994f762b23d44dd2d30a31c4f2f90afbbf5
Reviewed-on: https://chromium-review.googlesource.com/896364Reviewed-by: default avatarXiaoqian Dai <xdai@chromium.org>
Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: David Valleau <valleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534144}
parent f2267d0d
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</array-selector> </array-selector>
<template is="dom-repeat" items="[[printers]]"> <template is="dom-repeat" items="[[printers]]">
<button class="list-item" on-tap="onSelect_"> <button class="list-item" on-tap="onSelect_">
[[item.printerName]] [[item.printerModel]] [[item.printerName]]
</button> </button>
</template> </template>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment