Make links into buttons with css

This commit is contained in:
2024-11-05 15:08:48 +00:00
parent 031c1414ec
commit 7d7e4f1c5c
2 changed files with 39 additions and 6 deletions

View File

@@ -13,18 +13,18 @@
{
'Name': 'List',
'route': 'LIST',
'ButtonLink2': {
'Type': 'ButtonLink',
'Link2': {
'Type': 'Link',
'href': 'letsencrypt?page=0&page_stack=&Next=Next&wherenext=CONFIG_PAGE',
'title': 'CONFIG'
},
'ButtonLink3': {
'Type': 'ButtonLink',
'Link3': {
'Type': 'Link',
'href': 'letsencrypt?page=0&page_stack=&Next=Next&wherenext=CHECK_DOMAINS_PAGE',
'title': 'CHECK_ALL_DOMAINS'
},
'ButtonLink4': {
'Type': 'ButtonLink',
'Link4': {
'Type': 'Link',
'href': 'letsencrypt?page=0&page_stack=&Next=Next&wherenext=CHECK_ENABLED_DOMAINS_PAGE',
'title': 'CHECK_ENABLED_DOMAINS'
},