fix: duplicated_indeterminate_progress_bar

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
This commit is contained in:
Evzen Gasta 2024-07-26 08:50:45 +02:00 committed by Evžen Gasta
parent 9025a81588
commit 2a26a867ca

View file

@ -1,7 +1,7 @@
<script lang="ts">
import { faCubes } from '@fortawesome/free-solid-svg-icons';
import type { AuditRequestItems, AuditResult, ConfigurationScope } from '@podman-desktop/api';
import { Button, EmptyScreen, ErrorMessage, LinearProgress, Spinner } from '@podman-desktop/ui-svelte';
import { Button, EmptyScreen, ErrorMessage, Spinner } from '@podman-desktop/ui-svelte';
import type { Terminal } from '@xterm/xterm';
import { onDestroy, onMount } from 'svelte';
/* eslint-disable import/no-duplicates */
@ -457,9 +457,6 @@ function getConnectionResourceConfigurationValue(
{#if operationStarted || errorMessage}
<div class="w-4/5">
<div class="mt-2 mb-8">
{#if inProgress}
<LinearProgress />
{/if}
<div class="mt-2 float-right">
<button
aria-label="Show Logs"