| <style include="cr-hidden-style"> | |
| :host { | |
| display: flex; | |
| flex-direction: column; | |
| height: 100%; | |
| overflow: hidden; | |
| } | |
| iron-pages { | |
| flex: 1; | |
| overflow: hidden; | |
| } | |
| iron-pages > * { | |
| display: block; | |
| height: 100%; | |
| overflow: auto; | |
| } | |
| graph-tab { | |
| overflow: hidden; | |
| } | |
| </style> | |
| <iron-location path="{{path}}"></iron-location> | |
| <cr-tabs selected="{{selected}}" tab-names="[[tabs]]"></cr-tabs> | |
| <iron-pages selected="[[selected]]"> | |
| <discards-tab></discards-tab> | |
| <database-tab></database-tab> | |
| <graph-tab></graph-tab> | |
| </iron-pages> |