diff --git a/src/App.js b/src/App.js
index 4331b9c..2ea96ce 100644
--- a/src/App.js
+++ b/src/App.js
@@ -42,6 +42,7 @@ function DisplayBnds() {
активный –
вышестоящий –
X E
+ профили
;
}
@@ -53,6 +54,7 @@ function DisplayBnds() {
Новый банк данных
Очередь
Отправить коммит
+ Отправить корректирующую репликацию
;
}
@@ -255,12 +257,72 @@ function BndProfiles() {
;
}
-function SendCommit() {
- let commit_id, bndname
- return ;
}
function StartCorrectingReplication() {
- return ;
+ let schema, bndname;
+ const navigate = useNavigate();
+
+ return ;
}
@@ -288,6 +371,7 @@ export default function App() {
}/>
}/>
}/>
+ }/>
}/>
}/>
}/>
diff --git a/src/index.js b/src/index.js
index 201ed96..1a5d3f1 100644
--- a/src/index.js
+++ b/src/index.js
@@ -7,7 +7,7 @@ import {ApolloClient, ApolloProvider, InMemoryCache} from "@apollo/client";
import {BrowserRouter} from "react-router-dom";
const client = new ApolloClient({
- uri: 'http://127.0.0.1:9000/graphql',
+ uri: 'http://10.10.8.24:9000/graphql',
cache: new InMemoryCache(),
});