Skip to content
Snippets Groups Projects
Commit 2081f109 authored by dcz's avatar dcz
Browse files

Remove examples window from edit view.

parent 1dcfb16c
Branches
Tags
No related merge requests found
......@@ -23,13 +23,6 @@ export default {
this.isEdit = true;
}
},
mounted () {
Split(['#right-pane', '#examples'], {
direction: 'vertical',
sizes: [75, 25],
gutterSize: 4,
});
},
template: `
<div id="entries-list" class="col h-100 w-100 px-0">
<div id="entries-list-div" class="col p-0 h-100 w-100 overflow-auto">
......@@ -47,20 +40,6 @@ export default {
:initialUnifiedFrameId="unifiedFrameId"
:initialIsEdit="isEdit" />
</div>
<div class="col w-100 p-0 tab-pane" id="examples">
<table id="unmatched-examples" class="table table-sm table-hover">
<thead>
<tr>
<th scope="col">{{ gettext("Przykład") }}</th>
<th scope="col">{{ gettext("Źródło") }}</th>
<th scope="col">{{ gettext("Opinia") }}</th>
</tr>
</thead>
<tbody id="unmatched-examples-list">
</tbody>
</table>
<p class="mx-1 my-1" id="unmatched-no-examples">{{ gettext("Brak przykładów") }}</p>
</div>
</div>
`
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment