mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-05-04 21:46:01 +00:00
fix settings
This commit is contained in:
@@ -2,5 +2,4 @@ PROD_URL = "https://api.example.com"
|
||||
DEV_URL = "https://api.example.com"
|
||||
APP_URL = "https://app.example.com"
|
||||
DEV_HOST = 0.0.0.0
|
||||
DEV_PORT = 80
|
||||
DOCKER_BUILD = false
|
||||
DEV_PORT = 80
|
||||
@@ -119,7 +119,7 @@ export default {
|
||||
});
|
||||
},
|
||||
copyLink(props) {
|
||||
const api = getBaseUrl;
|
||||
const api = getBaseUrl();
|
||||
copyToClipboard(`${api}/clients/${props.row.uid}/deploy/`).then(() => {
|
||||
this.notifySuccess("Link copied to clipboard", 1500);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user