mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
Moves the evaluations table toolbar outside of the table-container (#12799)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{{page-title "Evaluations"}}
|
||||
{{did-update this.notifyEvalChange this.currentEval}}
|
||||
<section class="section">
|
||||
<div class="table-container">
|
||||
<div class="toolbar">
|
||||
<div class="toolbar-item">
|
||||
<SearchBox
|
||||
@@ -42,6 +41,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-container">
|
||||
{{#if @model.length}}
|
||||
<ListTable data-test-eval-table @source={{@model}} as |t|>
|
||||
<t.head>
|
||||
|
||||
Reference in New Issue
Block a user