mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-11 15:09:51 +00:00
hide banner
This commit is contained in:
parent
1e11b23fdc
commit
98d1611cca
@ -12,7 +12,9 @@ var intanceOnce sync.Once
|
|||||||
|
|
||||||
func GetApp() *pocketbase.PocketBase {
|
func GetApp() *pocketbase.PocketBase {
|
||||||
intanceOnce.Do(func() {
|
intanceOnce.Do(func() {
|
||||||
instance = pocketbase.New()
|
instance = pocketbase.NewWithConfig(pocketbase.Config{
|
||||||
|
HideStartBanner: true,
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
return instance
|
return instance
|
||||||
|
File diff suppressed because one or more lines are too long
2
ui/dist/index.html
vendored
2
ui/dist/index.html
vendored
@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Certimate - Your Trusted SSL Automation Partner</title>
|
<title>Certimate - Your Trusted SSL Automation Partner</title>
|
||||||
<script type="module" crossorigin src="/assets/index-CGKfLY3n.js"></script>
|
<script type="module" crossorigin src="/assets/index-B6xIlnQB.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-VYJgHfoP.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-VYJgHfoP.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-background">
|
<body class="bg-background">
|
||||||
|
@ -187,7 +187,7 @@ export default function Dashboard() {
|
|||||||
href="https://github.com/usual2970/certimate/releases"
|
href="https://github.com/usual2970/certimate/releases"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Certimate v0.0.6
|
Certimate v0.0.7
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user