blob: 21d345d22e977e61a77edfd2a7b5f8a994d033ce [file] [log] [blame]
<dom-module id="http-cache-view">
<template>
<div id=http-cache-view-tab-content class=content-box>
<h4>Statistics</h4>
<div id=http-cache-view-cache-stats>Nothing loaded yet.</div>
</div>
</template>
<script>
Polymer({
is: 'http-cache-view',
});
</script>
</dom-module>