implement partial SSR of instances
This commit is contained in:
@@ -4,5 +4,13 @@
|
||||
],
|
||||
"rules": {
|
||||
"no-inline-style": "off"
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
"html5",
|
||||
{
|
||||
"head": {
|
||||
"requiredContent": []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"listenPort": 8080,
|
||||
"organization": "myorg",
|
||||
"dashurl": "https://paas.mydomain.example",
|
||||
"apiurl": "https://paas.mydomain.example/api",
|
||||
"pveurl": "https://pve.mydomain.example"
|
||||
}
|
Reference in New Issue
Block a user