Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a9d09ed6
Commit
a9d09ed6
authored
Jan 08, 2021
by
Veethika
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate bs-callout to glalert in service credential form
parent
c44b9979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
app/assets/javascripts/create_cluster/eks_cluster/components/service_credentials_form.vue
...uster/eks_cluster/components/service_credentials_form.vue
+8
-3
No files found.
app/assets/javascripts/create_cluster/eks_cluster/components/service_credentials_form.vue
View file @
a9d09ed6
<
script
>
/* eslint-disable vue/no-v-html */
import
{
GlButton
,
GlFormGroup
,
GlFormInput
,
GlIcon
,
GlLink
,
GlSprintf
}
from
'
@gitlab/ui
'
;
import
{
GlButton
,
GlFormGroup
,
GlFormInput
,
GlIcon
,
GlLink
,
GlSprintf
,
GlAlert
}
from
'
@gitlab/ui
'
;
import
{
escape
}
from
'
lodash
'
;
import
{
mapState
,
mapActions
}
from
'
vuex
'
;
import
{
DEFAULT_REGION
}
from
'
../constants
'
;
...
...
@@ -16,6 +16,7 @@ export default {
GlLink
,
GlSprintf
,
ClipboardButton
,
GlAlert
,
},
props
:
{
accountAndExternalIdsHelpPath
:
{
...
...
@@ -105,9 +106,13 @@ export default {
)
}}
</p>
<div
v-if=
"createRoleError"
class=
"js-invalid-credentials bs-callout bs-callout-danger"
>
<gl-alert
v-if=
"createRoleError"
class=
"js-invalid-credentials"
variant=
"danger"
>
{{
createRoleError
}}
</
div
>
</
gl-alert
>
<div
class=
"form-row"
>
<div
class=
"form-group col-md-6"
>
<label
for=
"gitlab-account-id"
>
{{
__
(
'
Account ID
'
)
}}
</label>
...
...
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