Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TSA NG
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
blockchain
TSA NG
Commits
b89d27a4
Commit
b89d27a4
authored
5 years ago
by
Otto Zaiser
Browse files
Options
Downloads
Patches
Plain Diff
Fix alert limit
parent
a25e14bb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ui/dist/tsa2.js
+1
-1
1 addition, 1 deletion
ui/dist/tsa2.js
ui/dist/tsa2.js.map
+1
-1
1 addition, 1 deletion
ui/dist/tsa2.js.map
ui/src/components/DropFile.vue
+1
-0
1 addition, 0 deletions
ui/src/components/DropFile.vue
with
3 additions
and
2 deletions
ui/dist/tsa2.js
+
1
−
1
View file @
b89d27a4
source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
ui/dist/tsa2.js.map
+
1
−
1
View file @
b89d27a4
This diff is collapsed.
Click to expand it.
ui/src/components/DropFile.vue
+
1
−
0
View file @
b89d27a4
...
...
@@ -142,6 +142,7 @@ export default {
var
index
=
nodes
.
indexOf
(
li
);
this
.
uploadedFiles
.
splice
(
index
,
1
);
this
.
allHashes
.
splice
(
index
,
1
);
this
.
limitSurpased
(
0
);
},
addFile
(){
//this.uploadedFiles = [];
...
...
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