Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
e053fa79
Commit
e053fa79
authored
Feb 03, 2021
by
gj4210
👽
Browse files
FIX: DBEditor buttons capitalized (closes
#259
)
parent
ec9b3164
Pipeline
#131970
passed with stages
in 4 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/DBEditor.vue
View file @
e053fa79
<
template
>
<
template
>
<b-modal
v-if=
"object_definition != null"
@
ok=
"commit()"
cancel-variant=
"outline-secondary"
cancel-title=
"Abbrechen"
<b-modal
v-if=
"object_definition != null"
@
ok=
"commit()"
cancel-variant=
"outline-secondary"
cancel-title=
"Abbrechen"
:ok-title=
"function2text(object_function)"
:ok-title=
"function2text(object_function)
.replace(/^\w/, c => c.toUpperCase())
"
:ok-variant=
"function2variant(object_function)"
size=
"lg"
scrollable
:busy=
"object_definition == null"
:ok-variant=
"function2variant(object_function)"
size=
"lg"
scrollable
:busy=
"object_definition == null"
:id=
"modal_id"
:id=
"modal_id"
:title=
"object_definition.name.replace(/^\w/, c => c.toUpperCase()) + ' ' + function2text(object_function)"
:title=
"object_definition.name.replace(/^\w/, c => c.toUpperCase()) + ' ' + function2text(object_function)"
...
...
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