center message in p2p conflicts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user