test git service
This commit is contained in:
parent
121ebf38c6
commit
607a901072
|
|
@ -288,8 +288,6 @@ export default class ErpsController {
|
|||
const res = await axios.get("http://192.168.5.7:8080/" + fileName);
|
||||
const arrayLine = res?.data?.split("\n");
|
||||
// console.log(arrayLine)
|
||||
|
||||
|
||||
if (range >= line) {
|
||||
response.status(200).json({
|
||||
content: arrayLine?.slice(0, line + range)?.join("\n"),
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ const ManageValues = () => {
|
|||
<div>
|
||||
<Link to={"/logs"}> <button style={{color:"white", backgroundColor:"blue", cursor:"pointer"}}>List of detected files</button></Link>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue