1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

Adds search and keyboard short cuts

This commit is contained in:
Amir Raminfar
2019-04-12 20:36:17 -07:00
parent f9a47face0
commit 5087ff02f0
6 changed files with 169 additions and 70 deletions

View File

@@ -19,8 +19,9 @@
</li>
</ul>
</aside>
<div class="column is-offset-2-desktop is-offset-3-tablet"><router-view></router-view></div>
<vue-headful :title="title" />
<div class="column is-offset-2-desktop is-offset-3-tablet">
<router-view></router-view>
</div>
</div>
</template>
@@ -35,6 +36,11 @@ export default {
showNav: false
};
},
metaInfo() {
return {
title: this.title
};
},
async created() {
await this.fetchContainerList();
this.title = `${this.containers.length} containers - Dozzle`;
@@ -80,6 +86,7 @@ aside {
overflow: auto;
}
}
@media screen and (max-width: 768px) {
& {
position: sticky;