mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
fix: duplicated_indeterminate_progress_bar
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
This commit is contained in:
parent
9025a81588
commit
2a26a867ca
1 changed files with 1 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue