mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
[Status Page] Plan to support domain names for status pages
This commit is contained in:
parent
623d03dc6f
commit
1ecd2e45d0
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
<template>
|
||||
<div></div>
|
||||
<div>
|
||||
<!--
|
||||
TODO: If the domain name matched, directly render the <StatusPage> component.
|
||||
-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue