Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
143
Issues
143
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
33c237fc
Commit
33c237fc
authored
Mar 16, 2018
by
Abinaya Sudhir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Data loading done in modal
parent
635f0f60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
AddCorpusview.purs
src/AddCorpusview.purs
+4
-2
No files found.
src/AddCorpusview.purs
View file @
33c237fc
...
@@ -107,12 +107,14 @@ layoutAddcorpus = simpleSpec performAction render
...
@@ -107,12 +107,14 @@ layoutAddcorpus = simpleSpec performAction render
[ div [className "modal-dialog",role "document"]
[ div [className "modal-dialog",role "document"]
[ div [className "modal-content"]
[ div [className "modal-content"]
[ div [className "modal-header"]
[ div [className "modal-header"]
[ h5 [className "modal-title"] [ text "
Tree
View"]
[ h5 [className "modal-title"] [ text "
Corpus
View"]
, button [ _type "button",className "close", _data { dismiss : "modal"}]
, button [ _type "button",className "close", _data { dismiss : "modal"}]
[ span [aria {hidden : true}] [ text "X"]
[ span [aria {hidden : true}] [ text "X"]
]
]
]
]
, div [className "modal-body"] [ p [] [text "Modal body text goes here"]]
, div [className "modal-body"]
[ ul [className "list-group"] $ map fn1 state.response
]
, div [className "modal-footer"]
, div [className "modal-footer"]
[ button [ _type "button", className "btn btn-secondary", _data {dismiss : "modal"}]
[ button [ _type "button", className "btn btn-secondary", _data {dismiss : "modal"}]
[ text "GO"]
[ text "GO"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment