From c7ca21b4b8c3c14f3d0fee3f51570aea5162e60d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 3 Jul 2021 00:09:07 +0200 Subject: [PATCH] node: repo: health: drop br line-breaks, replaced by flex display Firefox ignores them anyway but chrome adds them additionally, making it look rather weird.. Signed-off-by: Thomas Lamprecht --- src/node/APTRepositories.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js index a29ccaf..87ac022 100644 --- a/src/node/APTRepositories.js +++ b/src/node/APTRepositories.js @@ -552,7 +552,6 @@ Ext.define('Proxmox.node.APTRepositories', { tpl: [ '
', '', - '

', '{text}', '
', ],