|
|
@@ -120,7 +120,7 @@ ${ commonheader(None, "hbase", user) | n,unicode }
|
|
|
<!-- Page Header -->
|
|
|
<h1>
|
|
|
<a href="/hbase/">HBase Browser</a> - <a data-bind="text: app.cluster(), attr: { href: '#' + app.cluster() }"></a>
|
|
|
- <span data-bind="visible: app.station() == 'table'">/ <a data-bind="text: app.views.tabledata.name()"></a></span>
|
|
|
+ <span data-bind="visible: app.station() == 'table'">/ <a data-bind="text: app.views.tabledata.name(), attr: { href: '#' + app.cluster() + '/' + app.views.tabledata.name()}"></a></span>
|
|
|
<span class="pull-right">
|
|
|
<span class="dropdown">
|
|
|
<a class="dropdown-toggle btn" id="dLabel" data-toggle="dropdown">
|
|
|
@@ -134,9 +134,6 @@ ${ commonheader(None, "hbase", user) | n,unicode }
|
|
|
</span>
|
|
|
</h1>
|
|
|
|
|
|
- <!-- breadcrumbs -->
|
|
|
- <ul id="hbase-breadcrumbs" class="nav nav-pills hueBreadcrumbBar" data-bind="visible: false"></ul>
|
|
|
-
|
|
|
<!-- Application Pages -->
|
|
|
<div id="main"></div>
|
|
|
|
|
|
@@ -199,6 +196,7 @@ ${ commonheader(None, "hbase", user) | n,unicode }
|
|
|
<div id="searchbar-main" class="span5" data-bind="click: search.clickTagBar">
|
|
|
<div id="search-tags" contenteditable="true" data-bind="editableText: search.cur_input, hasfocus: search.focused, css: { 'active': search.cur_input() != '' }, event: { 'keydown': search.onKeyDown, click: search.updateMenu.bind(null) }" data-placeholder="${_('row_key, row_key_prefix* + scan_length, row_key [family:col1, family2:col2, family3:]')}">
|
|
|
</div>
|
|
|
+ <a class="search-remove" data-bind="visible: search.cur_input() != '', click: function(){ app.search.cur_input(''); }"><i class="icon-remove-sign"></i></a>
|
|
|
</div>
|
|
|
<ul id="search-typeahead" data-bind="visible: search.focused() && !search.submitted()">
|
|
|
<!-- ko if: search.mode() != 'idle' -->
|
|
|
@@ -209,7 +207,6 @@ ${ commonheader(None, "hbase", user) | n,unicode }
|
|
|
<!-- /ko -->
|
|
|
</ul>
|
|
|
<button class="btn btn-primary add-on" data-bind="enabled: !search.submitted(), click: search.evaluate.bind(null)"><i class="icon-search"></i></button>
|
|
|
- <a class="search-remove" data-bind="click: function(){ app.search.cur_input(''); }"><i class="icon-remove-sign"></i></a>
|
|
|
<span id="column-family-selectors">
|
|
|
<!-- ko foreach: views.tabledata.columnFamilies() -->
|
|
|
<span class="label" data-bind="text: $data.name, style: {'backgroundColor': ($data.enabled()) ? stringHashColor($data.name.split(':')[0]) : '#ccc' ,'cursor':'pointer'}, click: $data.toggle"></span>
|