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

chore: extracts more locales text (#2992)

This commit is contained in:
Amir Raminfar
2024-05-28 19:37:41 -07:00
committed by GitHub
parent ce10266bf2
commit e00af4321f
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
<template>
<div class="breadcrumbs">
<ul>
<li><a @click.prevent="setHost(null)" class="link-primary">Hosts</a></li>
<li>
<a @click.prevent="setHost(null)" class="link-primary">{{ $t("label.hosts") }}</a>
</li>
<li v-if="sessionHost && hosts[sessionHost]" class="cursor-default">
{{ hosts[sessionHost].name }}
</li>
@@ -37,7 +39,7 @@
}"
class="btn btn-square btn-outline btn-primary btn-xs"
active-class="btn-active"
title="Merge all containers into one view"
:title="$t('tooltip.merge-containers')"
>
<ph:arrows-merge />
</router-link>