|
@@ -1062,8 +1062,10 @@ ${ hueIcons.symbols() }
|
|
|
<!-- ko if: $parent.history().length > 0 -->
|
|
<!-- ko if: $parent.history().length > 0 -->
|
|
|
<table class="table table-condensed margin-top-10 history-table">
|
|
<table class="table table-condensed margin-top-10 history-table">
|
|
|
<tbody data-bind="foreach: $parent.history">
|
|
<tbody data-bind="foreach: $parent.history">
|
|
|
- <tr class="pointer" data-bind="click: function() { if (getSelection().toString().length == 0) { $root.openNotebook(uuid) } }">
|
|
|
|
|
- <td style="width: 100px" class="muted" data-bind="style: {'border-top-width': $index() == 0 ? '0' : ''}"><span data-bind="text: moment(lastExecuted).fromNow(), attr: {title: moment(lastExecuted).format('LLL')}"></span></td>
|
|
|
|
|
|
|
+ <tr class="pointer" data-bind="click: function() { if (getSelection().toString().length == 0) { $root.openNotebook(uuid()) } }">
|
|
|
|
|
+ <td style="width: 100px" class="muted" data-bind="style: {'border-top-width': $index() == 0 ? '0' : ''}">
|
|
|
|
|
+ <span data-bind="text: moment(lastExecuted()).fromNow(), attr: {title: moment(lastExecuted()).format('LLL')}"></span>
|
|
|
|
|
+ </td>
|
|
|
<td style="width: 25px" class="muted" data-bind="style: {'border-top-width': $index() == 0 ? '0' : ''}">
|
|
<td style="width: 25px" class="muted" data-bind="style: {'border-top-width': $index() == 0 ? '0' : ''}">
|
|
|
<!-- ko switch: status -->
|
|
<!-- ko switch: status -->
|
|
|
<!-- ko case: 'running' -->
|
|
<!-- ko case: 'running' -->
|
|
@@ -1080,8 +1082,8 @@ ${ hueIcons.symbols() }
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
</td>
|
|
</td>
|
|
|
- <td style="width: 25px" class="muted" data-bind="ellipsis: {data: name, length: 30}, style: {'border-top-width': $index() == 0 ? '0' : ''}"></td>
|
|
|
|
|
- <td data-bind="style: {'border-top-width': $index() == 0 ? '0' : ''}"><div data-bind="highlight: query, flavor: $parent.type" class="history-item"></div></td>
|
|
|
|
|
|
|
+ <td style="width: 25px" class="muted" data-bind="ellipsis: {data: name(), length: 30}, style: {'border-top-width': $index() == 0 ? '0' : ''}"></td>
|
|
|
|
|
+ <td data-bind="style: {'border-top-width': $index() == 0 ? '0' : ''}"><div data-bind="highlight: query(), flavor: $parent.type" class="history-item"></div></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|