Added execution view drawer

This commit is contained in:
frikky
2020-05-25 10:43:00 +02:00
parent 7a4e9560a2
commit 191a8589a2
3 changed files with 169 additions and 50 deletions
+2 -2
View File
@@ -38,10 +38,10 @@ import AlertTemplate from "react-alert-template-basic";
import { positions, Provider } from "react-alert";
// Testing - localhost
const globalUrl = "http://192.168.3.6:5001"
//const globalUrl = "http://192.168.3.6:5001"
// Production - backend proxy forwarding in nginx
//const globalUrl = window.location.origin
const globalUrl = window.location.origin
const surfaceColor = "#27292D"
const inputColor = "#383B40"