1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 15:41:45 +01:00

Moves search to only container pages

This commit is contained in:
Amir Raminfar
2021-03-30 15:01:56 -07:00
parent cb04a41b04
commit 0a0f6b5243
3 changed files with 11 additions and 5 deletions

View File

@@ -9,7 +9,6 @@
<pane min-size="10">
<splitpanes>
<pane class="has-min-height router-view">
<search></search>
<router-view></router-view>
</pane>
<pane v-for="other in activeContainers" :key="other.id" v-if="!isMobile">
@@ -47,7 +46,7 @@ import hotkeys from "hotkeys-js";
import LogContainer from "./components/LogContainer";
import SideMenu from "./components/SideMenu";
import MobileMenu from "./components/MobileMenu";
import Search from "./components/Search";
import PastTime from "./components/PastTime";
import Icon from "./components/Icon";
import FuzzySearchModal from "./components/FuzzySearchModal";
@@ -62,7 +61,6 @@ export default {
Splitpanes,
PastTime,
Pane,
Search,
},
data() {
return {