Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Web interface
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GRANEF
Analysis
Web interface
Commits
cdba0186
Commit
cdba0186
authored
2 years ago
by
Milan Čermák
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo
parent
28f899a0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-1
1 addition, 1 deletion
README.md
with
1 addition
and
1 deletion
README.md
+
1
−
1
View file @
cdba0186
...
...
@@ -63,6 +63,6 @@ The Analysis Web is then available at [http://127.0.0.1:80](http://127.0.0.1:80)
In case the analytic API is extended with new endpoints, follow these steps to provide UI support:
1.
Add a function for making a request to the new endpoint in
`client/src/api/analysis-api.js`
.
2.
Extend query type in
`
/
client/src/components/visualization/graph/side-panel/query/fetch/query-types.ts`
with an appropriate constant.
2.
Extend query type in
`client/src/components/visualization/graph/side-panel/query/fetch/query-types.ts`
with an appropriate constant.
3.
Create a form component in
`client/src/components/visualization/graph/side-panel/query/fetch/form`
if any input for the API is necessary.
4.
Create an entry in
`client/src/components/visualization/graph/side-panel/query/fetch/query-options.js`
for the new query.
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