| OLD | NEW |
| 1 <html><head><!-- | 1 <html><head><!-- |
| 2 @license | 2 @license |
| 3 Copyright (c) 2016 The Polymer Project Authors. All rights reserved. | 3 Copyright (c) 2016 The Polymer Project Authors. All rights reserved. |
| 4 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt | 4 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt |
| 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt |
| 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt | 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt |
| 7 Code distributed by Google as part of the polymer project is also | 7 Code distributed by Google as part of the polymer project is also |
| 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt | 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt |
| 9 --><!-- | 9 --><!-- |
| 10 @license | 10 @license |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 </style> | 725 </style> |
| 726 <div id="history-item-container"> | 726 <div id="history-item-container"> |
| 727 <div class="card-title" id="card-heading" aria-expanded$="[[opened]]" aria
-controls="collapse" on-tap="toggleTabCard"> | 727 <div class="card-title" id="card-heading" aria-expanded$="[[opened]]" aria
-controls="collapse" on-tap="toggleTabCard"> |
| 728 <div id="title-left-content"> | 728 <div id="title-left-content"> |
| 729 <div id="device-name"> | 729 <div id="device-name"> |
| 730 [[device]] | 730 [[device]] |
| 731 </div> | 731 </div> |
| 732 <span id="last-update-time">[[lastUpdateTime]]</span> | 732 <span id="last-update-time">[[lastUpdateTime]]</span> |
| 733 </div> | 733 </div> |
| 734 <div id="right-buttons"> | 734 <div id="right-buttons"> |
| 735 <button is="paper-icon-button-light" id="menu-button" class="more-vert
-button" on-tap="onMenuButtonTap_" title="$i18n{moreActionsButton}"> | 735 <button is="paper-icon-button-light" id="menu-button" class="more-vert
-button" on-click="onMenuButtonTap_" title="$i18n{moreActionsButton}"> |
| 736 <div></div> | 736 <div></div> |
| 737 <div></div> | 737 <div></div> |
| 738 <div></div> | 738 <div></div> |
| 739 </button> | 739 </button> |
| 740 <button is="paper-icon-button-light" class="icon-button" title$="[[get
CollapseTitle_(opened)]]"> | 740 <button is="paper-icon-button-light" class="icon-button" title$="[[get
CollapseTitle_(opened)]]"> |
| 741 <iron-icon icon="[[getCollapseIcon_(opened)]]" id="dropdown-indicato
r"> | 741 <iron-icon icon="[[getCollapseIcon_(opened)]]" id="dropdown-indicato
r"> |
| 742 </iron-icon> | 742 </iron-icon> |
| 743 </button> | 743 </button> |
| 744 </div> | 744 </div> |
| 745 </div> | 745 </div> |
| (...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1575 <content select="*"></content> | 1575 <content select="*"></content> |
| 1576 </div> | 1576 </div> |
| 1577 </div> | 1577 </div> |
| 1578 | 1578 |
| 1579 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB
uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto
nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> | 1579 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB
uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto
nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> |
| 1580 | 1580 |
| 1581 </template> | 1581 </template> |
| 1582 | 1582 |
| 1583 </dom-module> | 1583 </dom-module> |
| 1584 </div><script src="lazy_load.crisper.js"></script></body></html> | 1584 </div><script src="lazy_load.crisper.js"></script></body></html> |
| OLD | NEW |