Merge branch 'main' into dev

This commit is contained in:
Kraiem Taha Yassine 2021-05-22 01:54:15 +02:00 committed by GitHub
commit d25170fb1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -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"

View file

@ -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

View file

@ -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 |