Re-added cacheview bugfix, small app sdk fix and login page change

This commit is contained in:
Frikky
2023-10-20 17:20:34 +02:00
parent 81ced1bd03
commit a92823d273
5 changed files with 8 additions and 12 deletions
+1 -2
View File
@@ -18,7 +18,6 @@ import {
DialogTitle,
DialogActions,
} from "@mui/material";
//import { useAlert
import {
Edit as EditIcon,
@@ -74,7 +73,7 @@ const CacheView = (props) => {
const [dataValue, setDataValue] = React.useState({});
const [editCache, setEditCache] = React.useState(false);
const [show, setShow] = useState({});
//const alert = useAlert();
useEffect(() => {
listOrgCache(orgId);
console.log("orgid", orgId);
+3 -3
View File
@@ -339,7 +339,7 @@ const LoginDialog = (props) => {
variant="body2"
style={{ marginBottom: 20, color: "white" }}
>
<b>2.</b> Disable memory swap on the host
<b>2.</b> Disable memory swap on the host:
<br />
<br />
sudo swapoff -a
@@ -348,10 +348,10 @@ const LoginDialog = (props) => {
variant="body2"
style={{ marginBottom: 20, color: "white" }}
>
<b>3</b>. Restart docker-compose:
<b>3</b>. Restart the database:
<br />
<br />
sudo docker-compose restart
sudo docker restart shuffle-opensearch
</Typography>
</Paper>
<Typography