Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Submit
Commits
0b5053f2
Commit
0b5053f2
authored
10 months ago
by
Danae Savvidi
Browse files
Options
Downloads
Patches
Plain Diff
license smh
parent
56d8ccc8
Branches
Branches containing commit
No related tags found
2 merge requests
!260
Deploy
,
!255
Resolve "Previews for importing"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/static/js/import.js
+17
-0
17 additions, 0 deletions
src/main/resources/static/js/import.js
with
17 additions
and
0 deletions
src/main/resources/static/js/import.js
+
17
−
0
View file @
0b5053f2
/*
* Submit
* Copyright (C) 2020 - Delft University of Technology
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
function
initializeColumn
(
columns
,
columnId
,
headers
)
{
const
column
=
document
.
getElementById
(
columnId
);
column
.
disabled
=
false
;
...
...
...
...
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
sign in
to comment