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

feat: adds a sub header to display stats on mobile view (#2212)

This commit is contained in:
Amir Raminfar
2023-05-23 12:07:19 -07:00
committed by GitHub
parent 8586f16ea5
commit fc0c189e38
6 changed files with 24 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
</div>
<div class="column is-ellipsis">
{{ container.name }}<span v-if="container.isSwarm">{{ container.swarmId }}</span>
<span class="tag is-dark">{{ container.image.replace(/@sha.*/, "") }}</span>
<span class="tag is-dark is-hidden-mobile">{{ container.image.replace(/@sha.*/, "") }}</span>
</div>
</div>
</template>