Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ESAP GUI
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
ESCAPE WP5
ESAP GUI
Commits
46c816a4
Commit
46c816a4
authored
2 years ago
by
Gareth Hughes
Browse files
Options
Downloads
Patches
Plain Diff
add monitor and submit buttons
parent
a4e501cd
No related branches found
No related tags found
1 merge request
!89
115 create batchapp
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/services/Batch.js
+0
-25
0 additions, 25 deletions
src/components/services/Batch.js
with
0 additions
and
25 deletions
src/components/services/Batch.js
deleted
100644 → 0
+
0
−
25
View file @
a4e501cd
import
React
,
{
useState
,
useEffect
,
useContext
}
from
"
react
"
;
import
axios
from
"
axios
"
;
import
{
Button
,
Form
,
Container
}
from
"
react-bootstrap
"
;
import
{
IDAContext
}
from
"
../../contexts/IDAContext
"
;
import
{
GlobalContext
}
from
"
../../contexts/GlobalContext
"
;
import
"
../../assets/Batch.css
"
;
import
LoadingSpinner
from
"
../LoadingSpinner
"
;
export
default
function
Batch
()
{
return
(
<
div
className
=
"
App
"
>
<
div
>
<
br
/>
<
br
/>
<
br
/>
<
h2
>
Batch
Goes
Here
!
<
/h2
>
<
br
/>
<
br
/>
<
br
/>
<
/div
>
<
/div
>
);
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment