center message in p2p conflicts

This commit is contained in:
Raven Scott
2025-12-26 18:34:21 -05:00
parent e925ac22fc
commit 9edefdb61d
+1 -1
View File
@@ -135,7 +135,7 @@ function genericRenderInfiniteScroll(tabId) {
if (isTable) {
const emptyRow = document.createElement('tr');
emptyRow.className = 'border-b';
const colCount = tabId === 'host-servers' ? 7 : (tabId === 'host-clients' ? 6 : (tabId === 'domains' ? 4 : 3));
const colCount = tabId === 'host-servers' ? 7 : (tabId === 'host-clients' ? 6 : (tabId === 'domains' ? 4 : (tabId === 'p2p-domain-conflicts' ? 4 : 3)));
let message = '';
let subMessage = '';
if (tabId === 'domains' && !window.wsConnected) {