Development
This commit is contained in:
parent
7dda138f96
commit
6732406a7e
2 changed files with 6 additions and 10 deletions
|
|
@ -899,8 +899,6 @@ def _render_item(item, tokens, inherited_req=None):
|
|||
if t == 'spacer':
|
||||
return '<div class="spacer"></div>'
|
||||
|
||||
if t == 'divider':
|
||||
return '<hr class="divider">'
|
||||
|
||||
if t in ('button_primary', 'button_secondary', 'button_danger', 'button_ghost'):
|
||||
cls_map = {
|
||||
|
|
|
|||
|
|
@ -1356,8 +1356,7 @@
|
|||
"html": "%BLOCKLIST_STATS_HTML%"
|
||||
},
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "<hr class=\"divider\">"
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "button_row",
|
||||
|
|
@ -1371,8 +1370,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "<hr class=\"divider\">"
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "form",
|
||||
|
|
@ -1656,7 +1654,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"type": "divider"
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
|
|
@ -1667,7 +1665,7 @@
|
|||
"hint": "Note: Selected lists will be merged and de-duplicated prior to use."
|
||||
},
|
||||
{
|
||||
"type": "divider"
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
|
|
@ -2566,7 +2564,7 @@
|
|||
"text": "Enter your credentials to access the dashboard."
|
||||
},
|
||||
{
|
||||
"type": "divider"
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "form",
|
||||
|
|
@ -2652,7 +2650,7 @@
|
|||
"text": "If your email has been pre-registered by a manager, setup your account below."
|
||||
},
|
||||
{
|
||||
"type": "divider"
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "form",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue