Merge pull request #307 from DrDoof/l2-sort-filter

l2: fix the CPU/SFP port label, add sorting and filtering
This commit is contained in:
René van Dorst
2026-08-08 20:29:50 +00:00
committed by GitHub
4 changed files with 73 additions and 4 deletions
+3
View File
@@ -117,6 +117,7 @@ var LANG = {
l2_col_port: 'Port',
l2_col_type: 'Type',
l2_col_remove: 'Remove Entry',
l2_shown: 'Shown:',
l2_delete: 'Delete',
l2_static: 'static',
l2_learned: 'learned',
@@ -299,6 +300,7 @@ var LANG = {
l2_col_port: 'ポート',
l2_col_type: 'タイプ',
l2_col_remove: 'エントリ削除',
l2_shown: 'Shown:',
l2_delete: '削除',
l2_static: '静的',
l2_learned: '学習',
@@ -481,6 +483,7 @@ var LANG = {
l2_col_port: '端口',
l2_col_type: '类型',
l2_col_remove: '删除条目',
l2_shown: 'Shown:',
l2_delete: '删除',
l2_static: '静态',
l2_learned: '动态学习',