diff --git a/dist/index.html b/dist/index.html index d577eda..5a5b421 100644 --- a/dist/index.html +++ b/dist/index.html @@ -73,9 +73,9 @@ - + - + diff --git a/dist/js/app.js b/dist/js/app.js index fa965e8..49251b4 100644 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -277,8 +277,8 @@ class TableManager { ${isSupported ? - '' : - '' + '' : + '' } @@ -597,8 +597,8 @@ class ComparisonManager { _generateComparisonRows(service1, service2) { const rows = []; - const checkIcon = ''; - const crossIcon = ''; + const checkIcon = ''; + const crossIcon = ''; // Get all hosts (keys from the original data structure) const hosts = this.isIndexedFormat ? Object.keys(this.data.supported) : Object.keys(this.data);