Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
3e38be1a
Verified
Commit
3e38be1a
authored
3 years ago
by
Kirill Stytsenko
Browse files
Options
Downloads
Patches
Plain Diff
Close CreateDB dialog after creation
parent
1b94e86f
No related branches found
No related tags found
3 merge requests
!81
New stable release
,
!43
Merge dev to master
,
!33
Draft: merge dev to master
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
fda-ui/components/dialogs/CreateDB.vue
+1
-1
1 addition, 1 deletion
fda-ui/components/dialogs/CreateDB.vue
fda-ui/pages/databases/index.vue
+1
-1
1 addition, 1 deletion
fda-ui/pages/databases/index.vue
with
2 additions
and
2 deletions
fda-ui/components/dialogs/CreateDB.vue
+
1
−
1
View file @
3e38be1a
...
...
@@ -180,7 +180,7 @@ export default {
}
this
.
loading
=
false
this
.
$toast
.
success
(
`Database "
${
res
.
data
.
name
}
" created.`
)
//
this.$emit('
refresh
')
this
.
$emit
(
'
close
'
)
await
this
.
$router
.
push
(
`/databases/
${
containerId
}
/info`
)
}
}
...
...
This diff is collapsed.
Click to expand it.
fda-ui/pages/databases/index.vue
+
1
−
1
View file @
3e38be1a
...
...
@@ -49,7 +49,7 @@
v-model=
"createDbDialog"
persistent
max-width=
"640"
>
<CreateDB
@
refresh
=
"re
fresh
"
/>
<CreateDB
@
close
=
"
c
re
ateDbDialog = false
"
/>
</v-dialog>
</v-card>
</div>
...
...
This diff is collapsed.
Click to expand it.
Kirill Stytsenko
@stytsenkok39
mentioned in commit
11aa9368
·
3 years ago
mentioned in commit
11aa9368
mentioned in commit 11aa93682e2ae6ca6af9f6f149bb38b5f49d91e2
Toggle commit list
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