{{ statusMapper[instance.instance.status].icon }}
{{ owner }}
{{ instance.instance.instanceName }}
mdi-key
{{
(instance.instance?.apikey || "").slice(
0,
apikeyReveled ? undefined : 7
)
}}{{ apikeyReveled ? "" : "..." }}
{{ apikeyReveled ? "mdi-eye-off" : "mdi-eye" }}
{{ copied ? "mdi-check" : "mdi-content-copy" }}
{{ instance.instance.profileStatus }}
mdi-refresh
mdi-restart
{{ restart.success ? `${$t("restarted")}` : `${$t("restart")}` }}
mdi-cellphone-nfc-off
{{ disconnect.confirm ? `${$t("sure")}` : `${$t("disconnect")}` }}