Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
component-library
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
frontend
libraries
component-library
Merge requests
!16
Update: Add Modal Component
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update: Add Modal Component
Topic/1124-ApiTokensUI
into
Product/903-ApiTokens
Overview
2
Commits
5
Pipelines
6
Changes
4
1 unresolved thread
Hide all comments
Merged
Kimia Beheshti
requested to merge
Topic/1124-ApiTokensUI
into
Product/903-ApiTokens
4 years ago
Overview
2
Commits
5
Pipelines
6
Changes
4
1 unresolved thread
Hide all comments
Expand
coscine/issues#1124
Edited
4 years ago
by
Benedikt Heinrichs
0
0
Merge request reports
Compare
Product/903-ApiTokens
version 5
09dcec08
4 years ago
version 4
889654e1
4 years ago
version 3
f2ff2e07
4 years ago
version 2
bdf92f15
4 years ago
version 1
758f501f
4 years ago
Product/903-ApiTokens (base)
and
latest version
latest version
09dcec08
5 commits,
4 years ago
version 5
09dcec08
5 commits,
4 years ago
version 4
889654e1
4 commits,
4 years ago
version 3
f2ff2e07
3 commits,
4 years ago
version 2
bdf92f15
2 commits,
4 years ago
version 1
758f501f
1 commit,
4 years ago
4 files
+
60
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/components/Buttons/Delete.vue
+
1
−
1
Options
@@ -8,7 +8,7 @@ import BootstrapVue from 'bootstrap-vue';
Vue
.
use
(
BootstrapVue
);
export
default
Vue
.
extend
({
name
:
'
CoscineDelete
'
,
name
:
'
Coscine
Button
Delete
'
,
props
:
{
btnText
:
{
default
:
'
Delete
'
,
Loading