+
+
+ {{ $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 === '' || row.interface === 'all'
+ ? $t('commons.table.all')
+ : row.interface
+ }}
+
+
+
+
+
+
+