mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-04 12:05:07 +01:00
feat: adds shell support for agents and swarm mode (#3739)
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
</li>
|
||||
</template>
|
||||
|
||||
<template v-if="enableShell && host.type === 'local'">
|
||||
<template v-if="enableShell && host.type !== 'k8s'">
|
||||
<li class="line"></li>
|
||||
<li>
|
||||
<a @click.prevent="showDrawer(Terminal, { container, action: 'attach' }, 'lg')">
|
||||
|
||||
Reference in New Issue
Block a user