|
@@ -307,7 +307,7 @@ ${ hueIcons.symbols() }
|
|
|
<li class="header" style="padding-left: 4px; border-bottom: 1px solid #DDD; padding-bottom: 3px;">${ _('Browse') }</li>
|
|
<li class="header" style="padding-left: 4px; border-bottom: 1px solid #DDD; padding-bottom: 3px;">${ _('Browse') }</li>
|
|
|
<li><a data-bind="click: function () { onePageViewModel.currentApp('metastore') }">Tables</a></li>
|
|
<li><a data-bind="click: function () { onePageViewModel.currentApp('metastore') }">Tables</a></li>
|
|
|
<li><a data-bind="click: function () { onePageViewModel.currentApp('collections') }">Collections</a></li>
|
|
<li><a data-bind="click: function () { onePageViewModel.currentApp('collections') }">Collections</a></li>
|
|
|
- <li><a href="javascript: void(0);">Indexes</a></li>
|
|
|
|
|
|
|
+ <li><a data-bind="click: function () { onePageViewModel.currentApp('indexes') }">Indexes</a></li>
|
|
|
<li><a data-bind="click: function () { onePageViewModel.currentApp('jobbrowser') }">Jobs</a></li>
|
|
<li><a data-bind="click: function () { onePageViewModel.currentApp('jobbrowser') }">Jobs</a></li>
|
|
|
<li><a data-bind="click: function () { onePageViewModel.currentApp('filebrowser') }">Files</a></li>
|
|
<li><a data-bind="click: function () { onePageViewModel.currentApp('filebrowser') }">Files</a></li>
|
|
|
<li><a data-bind="click: function () { onePageViewModel.currentApp('filebrowser_s3') }">S3</a></li>
|
|
<li><a data-bind="click: function () { onePageViewModel.currentApp('filebrowser_s3') }">S3</a></li>
|
|
@@ -370,6 +370,7 @@ ${ hueIcons.symbols() }
|
|
|
<div id="embeddable_home" class="embeddable"></div>
|
|
<div id="embeddable_home" class="embeddable"></div>
|
|
|
<div id="embeddable_indexer" class="embeddable"></div>
|
|
<div id="embeddable_indexer" class="embeddable"></div>
|
|
|
<div id="embeddable_collections" class="embeddable"></div>
|
|
<div id="embeddable_collections" class="embeddable"></div>
|
|
|
|
|
+ <div id="embeddable_indexes" class="embeddable"></div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div id="rightResizer" class="resizer" data-bind="visible: rightAssistVisible(), splitFlexDraggable : {
|
|
<div id="rightResizer" class="resizer" data-bind="visible: rightAssistVisible(), splitFlexDraggable : {
|
|
@@ -507,6 +508,7 @@ ${ assist.assistPanel() }
|
|
|
home: '/home_embeddable',
|
|
home: '/home_embeddable',
|
|
|
indexer: '/indexer/indexer/?is_embeddable=true',
|
|
indexer: '/indexer/indexer/?is_embeddable=true',
|
|
|
collections: '/search/admin/collections?is_embeddable=true',
|
|
collections: '/search/admin/collections?is_embeddable=true',
|
|
|
|
|
+ indexes: '/indexer/?is_embeddable=true',
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
self.SKIP_CACHE = ['fileviewer'];
|
|
self.SKIP_CACHE = ['fileviewer'];
|