add: block list stacks
This commit is contained in:
parent
9bb5f38f76
commit
b71ae1f5a4
28 changed files with 700 additions and 219 deletions
|
@ -63,7 +63,11 @@
|
|||
(option
|
||||
("value" "Exclude")
|
||||
("selected" "{% if stack.mode == 'Exclude' -%}true{% else %}false{%- endif %}")
|
||||
(text "Exclude")))))
|
||||
(text "Exclude"))
|
||||
(option
|
||||
("value" "BlockList")
|
||||
("selected" "{% if stack.mode == 'BlockList' -%}true{% else %}false{%- endif %}")
|
||||
(text "Block list")))))
|
||||
(div
|
||||
("class" "card-nest")
|
||||
("ui_ident" "sort")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue