Addded bew Web Gui:
1. Monitroings overview 2. Monitoringfiles 3. Download files
This commit is contained in:
File diff suppressed because one or more lines are too long
2
vrpmdvfrontend/dist/index.html
vendored
2
vrpmdvfrontend/dist/index.html
vendored
@@ -22,7 +22,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Markus Lehr | VR Predictive Maintenance Device.
|
Markus Lehr | VR Predictive Maintenance Device.
|
||||||
</title>
|
</title>
|
||||||
<script type="module" crossorigin src="/assets/index-530ee5bc.js"></script>
|
<script type="module" crossorigin src="/assets/index-6d6c50c2.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
|||||||
@@ -53,6 +53,11 @@ const API_URL = "https://api.fake-rest.refine.dev";
|
|||||||
//const MONITORINGS_API_URL = 'http://127.0.0.1:5000/vrpmdvapi/1_0';
|
//const MONITORINGS_API_URL = 'http://127.0.0.1:5000/vrpmdvapi/1_0';
|
||||||
//const MONITORINGFILES_API_URL = 'http://127.0.0.1:5000/vrpmdvapi/1_0';
|
//const MONITORINGFILES_API_URL = 'http://127.0.0.1:5000/vrpmdvapi/1_0';
|
||||||
//const MONITORINGSTATUS_API_URL = 'http://127.0.0.1:5000/vrpmdvapi/1_0';
|
//const MONITORINGSTATUS_API_URL = 'http://127.0.0.1:5000/vrpmdvapi/1_0';
|
||||||
|
|
||||||
|
// const MONITORINGS_API_URL = 'http://192.168.2.127:80/vrpmdvapi/1_0';
|
||||||
|
// const MONITORINGFILES_API_URL = 'http://192.168.2.127:80/vrpmdvapi/1_0';
|
||||||
|
// const MONITORINGSTATUS_API_URL = 'http://192.168.2.127:80/vrpmdvapi/1_0';
|
||||||
|
|
||||||
// Embedded URL
|
// Embedded URL
|
||||||
const MONITORINGS_API_URL = '/vrpmdvapi/1_0';
|
const MONITORINGS_API_URL = '/vrpmdvapi/1_0';
|
||||||
const MONITORINGFILES_API_URL = '/vrpmdvapi/1_0';
|
const MONITORINGFILES_API_URL = '/vrpmdvapi/1_0';
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ export const MonDatafileTable = ({monfilterId, setDF}: MonDatafileTableProps) =>
|
|||||||
|
|
||||||
const dataProvider = "monitoringfiles";
|
const dataProvider = "monitoringfiles";
|
||||||
|
|
||||||
const { dataGridProps } = useDataGrid<IMonitoringFile>({
|
const { dataGridProps, setFilters } = useDataGrid<IMonitoringFile>({
|
||||||
syncWithLocation: true,
|
syncWithLocation: true,
|
||||||
dataProviderName: dataProvider,
|
dataProviderName: dataProvider,
|
||||||
pagination: {
|
pagination: {
|
||||||
@@ -47,7 +47,8 @@ export const MonDatafileTable = ({monfilterId, setDF}: MonDatafileTableProps) =>
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
initial: [
|
mode:"server",
|
||||||
|
permanent: [
|
||||||
{
|
{
|
||||||
field: "monId",
|
field: "monId",
|
||||||
operator: "eq",
|
operator: "eq",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
451
vrpmdvserver/build/assets/index-6d6c50c2.js
Normal file
451
vrpmdvserver/build/assets/index-6d6c50c2.js
Normal file
File diff suppressed because one or more lines are too long
@@ -22,7 +22,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Markus Lehr | VR Predictive Maintenance Device.
|
Markus Lehr | VR Predictive Maintenance Device.
|
||||||
</title>
|
</title>
|
||||||
<script type="module" crossorigin src="/assets/index-40b528e3.js"></script>
|
<script type="module" crossorigin src="/assets/index-6d6c50c2.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
|||||||
Reference in New Issue
Block a user