Added datastore export to README

This commit is contained in:
frikky
2020-05-24 06:09:52 +02:00
parent f3024f013c
commit bd375f3a28
4 changed files with 11 additions and 6 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"
+2 -2
View File
@@ -511,7 +511,7 @@ const Apps = (props) => {
:
<Paper square style={uploadViewPaperStyle}>
<h4>
Try a broader search term. E.g. "http" or "TheHive"
Try a broader search term, e.g. "http", "alert", "ticket" etc.
</h4>
<div/>
@@ -651,7 +651,7 @@ const Apps = (props) => {
return response.json()
})
.then((responseJson) => {
console.log(responseJson)
//console.log(responseJson)
if (responseJson.success) {
if (responseJson.reason !== undefined && responseJson.reason.length > 0) {
setFilteredApps(responseJson.reason)