all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] ui: dashboard/DataStoreStatistics: fix closing <i> tag
@ 2021-06-30 15:15 Dominik Csapak
  2021-07-01  5:52 ` [pbs-devel] applied: " Dietmar Maurer
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2021-06-30 15:15 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 www/dashboard/DataStoreStatistics.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/dashboard/DataStoreStatistics.js b/www/dashboard/DataStoreStatistics.js
index 61375e2b..ad6c9681 100644
--- a/www/dashboard/DataStoreStatistics.js
+++ b/www/dashboard/DataStoreStatistics.js
@@ -70,7 +70,7 @@ Ext.define('PBS.DatastoreStatistics', {
 		if (err) {
 		    metaData.tdAttr = `data-qtip="${Ext.htmlEncode(err)}"`;
 		    metaData.tdCls = 'proxmox-invalid-row';
-		    return `${value || ''} <i class="fa fa-fw critical fa-exclamation-circle"><i>`;
+		    return `${value || ''} <i class="fa fa-fw critical fa-exclamation-circle"></i>`;
 		}
 		return value;
 	    },
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pbs-devel] applied: [PATCH proxmox-backup] ui: dashboard/DataStoreStatistics: fix closing <i> tag
  2021-06-30 15:15 [pbs-devel] [PATCH proxmox-backup] ui: dashboard/DataStoreStatistics: fix closing <i> tag Dominik Csapak
@ 2021-07-01  5:52 ` Dietmar Maurer
  0 siblings, 0 replies; 2+ messages in thread
From: Dietmar Maurer @ 2021-07-01  5:52 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion, Dominik Csapak

applied

On 6/30/21 5:15 PM, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
> ---
>   www/dashboard/DataStoreStatistics.js | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/www/dashboard/DataStoreStatistics.js b/www/dashboard/DataStoreStatistics.js
> index 61375e2b..ad6c9681 100644
> --- a/www/dashboard/DataStoreStatistics.js
> +++ b/www/dashboard/DataStoreStatistics.js
> @@ -70,7 +70,7 @@ Ext.define('PBS.DatastoreStatistics', {
>   		if (err) {
>   		    metaData.tdAttr = `data-qtip="${Ext.htmlEncode(err)}"`;
>   		    metaData.tdCls = 'proxmox-invalid-row';
> -		    return `${value || ''} <i class="fa fa-fw critical fa-exclamation-circle"><i>`;
> +		    return `${value || ''} <i class="fa fa-fw critical fa-exclamation-circle"></i>`;
>   		}
>   		return value;
>   	    },




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-01  5:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 15:15 [pbs-devel] [PATCH proxmox-backup] ui: dashboard/DataStoreStatistics: fix closing <i> tag Dominik Csapak
2021-07-01  5:52 ` [pbs-devel] applied: " Dietmar Maurer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal