Merge branch 'main' into dev
This commit is contained in:
commit
d25170fb1d
3 changed files with 6 additions and 2 deletions
|
|
@ -47,7 +47,10 @@ function PreferencesMenu({ activeTab, appearance, history }) {
|
|||
/>
|
||||
</div>
|
||||
|
||||
{ <div className="mb-4">
|
||||
|
||||
{
|
||||
<div className="mb-4">
|
||||
|
||||
<SideMenuitem
|
||||
active={ activeTab === CLIENT_TABS.WEBHOOKS }
|
||||
title="Webhooks"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ kubeconfig_path: ""
|
|||
docker_registry_username: ""
|
||||
docker_registry_password: ""
|
||||
docker_registry_url: "rg.fr-par.scw.cloud/foss"
|
||||
image_tag: "latest"
|
||||
image_tag: "v1.0.0"
|
||||
|
||||
# This is an optional field. If you want to use proper ssl, then it's mandatory
|
||||
# Using which domain name, you'll be accessing OpenReplay
|
||||
|
|
|
|||
|
|
@ -83,3 +83,4 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan
|
|||
| serverless | MIT | JavaScript |
|
||||
| schedule | MIT | Python |
|
||||
| croniter | MIT | Python |
|
||||
| lib/pq | MIT | Go |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue