| Index: netlog_viewer/top_bar_view.html
|
| diff --git a/netlog_viewer/top_bar_view.html b/netlog_viewer/top_bar_view.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9b3ad6e50582ad61fc0140b31d9ee11e8d2e57ba
|
| --- /dev/null
|
| +++ b/netlog_viewer/top_bar_view.html
|
| @@ -0,0 +1,31 @@
|
| +<!--
|
| +Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +Use of this source code is governed by a BSD-style license that can be
|
| +found in the LICENSE file.
|
| +-->
|
| +
|
| +<!-- Status bar at top of screen -->
|
| +
|
| +<style>
|
| +#top-bar-view {
|
| + -webkit-align-items: center;
|
| + border-bottom: 1px solid gray;
|
| + color: #fff;
|
| + display: -webkit-flex;
|
| + padding: 2px 2px 4px 7px;
|
| +}
|
| +</style>
|
| +
|
| +<div id=top-bar-view>
|
| + <div style="-webkit-flex-grow: 1">
|
| + <!-- Status bar at top of screen -->
|
| + <div id=loaded-status-view>
|
| + <span id=loaded-status-view-dump-file-name></span>
|
| +
|
| + <!-- TODO(rayraymond): Add any extra tools here -->
|
| + <select id=capture-status-view-actions>
|
| + </select>
|
| + </div>
|
| + </div>
|
| +</div>
|
| +
|
|
|