+
+
+ {{ $t('firewall.importHelper') }}
+
+
+
+ {{ $t('commons.button.upload') }}
+
+
+
+
+
+
+
+ {{ $t('firewall.importNew') }}:
+ {{ compareResult.new.length }}
+
+
+
+
+
+
+ {{ $t('firewall.importConflict') }}:
+ {{ compareResult.conflict.length }}
+
+
+
+
+
+
+ {{ $t('firewall.importDuplicate') }}:
+ {{ compareResult.duplicate.length }}
+
+
+
+
+
+
+
+
+
+ {{ $t('firewall.new') }}
+
+ {{ $t('firewall.conflict') }}
+
+ {{ $t('firewall.duplicate') }}
+
+
+
+
+
+
+
+
+ {{ row.interface === '' ? $t('commons.table.all') : row.interface }}
+
+
+
+
+
+