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
eb7d8669
Commit
eb7d8669
authored
Nov 18, 2020
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert shared runner limit alert to gl-alert
parent
91c7aa69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
changelogs/unreleased/242034-runner-limit.yml
changelogs/unreleased/242034-runner-limit.yml
+5
-0
ee/app/assets/javascripts/jobs/components/shared_runner_limit_block.vue
...javascripts/jobs/components/shared_runner_limit_block.vue
+4
-3
No files found.
changelogs/unreleased/242034-runner-limit.yml
0 → 100644
View file @
eb7d8669
---
title
:
Convert shared runner limit alert to gl-alert
merge_request
:
48063
author
:
type
:
other
ee/app/assets/javascripts/jobs/components/shared_runner_limit_block.vue
View file @
eb7d8669
<
script
>
import
{
GlButton
}
from
'
@gitlab/ui
'
;
import
{
GlButton
,
GlAlert
}
from
'
@gitlab/ui
'
;
import
{
s__
,
sprintf
}
from
'
~/locale
'
;
export
default
{
components
:
{
GlButton
,
GlAlert
,
},
props
:
{
quotaUsed
:
{
...
...
@@ -46,7 +47,7 @@ export default {
};
</
script
>
<
template
>
<
div
class=
"bs-callout bs-callout-danger
"
>
<
gl-alert
class=
"gl-my-5"
variant=
"danger"
:dismissible=
"false
"
>
<p>
{{
runnersWarningMessage
}}
...
...
@@ -64,5 +65,5 @@ export default {
>
{{ __('Purchase more minutes') }}
</gl-button>
</
div
>
</
gl-alert
>
</template>
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