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
750fbdb1
Commit
750fbdb1
authored
Jan 27, 2022
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cluster environment badge to pajamas
- update badge to pajamas Changelog: changed EE: true
parent
952a0852
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
ee/app/assets/javascripts/clusters/components/environments.vue
...p/assets/javascripts/clusters/components/environments.vue
+11
-2
No files found.
ee/app/assets/javascripts/clusters/components/environments.vue
View file @
750fbdb1
<
script
>
<
script
>
import
{
GlTable
,
GlEmptyState
,
GlLoadingIcon
,
GlIcon
,
GlLink
,
GlSprintf
}
from
'
@gitlab/ui
'
;
import
{
GlBadge
,
GlTable
,
GlEmptyState
,
GlLoadingIcon
,
GlIcon
,
GlLink
,
GlSprintf
,
}
from
'
@gitlab/ui
'
;
import
{
__
}
from
'
~/locale
'
;
import
{
__
}
from
'
~/locale
'
;
import
deploymentInstance
from
'
~/vue_shared/components/deployment_instance.vue
'
;
import
deploymentInstance
from
'
~/vue_shared/components/deployment_instance.vue
'
;
import
TimeAgo
from
'
~/vue_shared/components/time_ago_tooltip.vue
'
;
import
TimeAgo
from
'
~/vue_shared/components/time_ago_tooltip.vue
'
;
export
default
{
export
default
{
components
:
{
components
:
{
GlBadge
,
GlEmptyState
,
GlEmptyState
,
GlTable
,
GlTable
,
GlIcon
,
GlIcon
,
...
@@ -120,7 +129,7 @@ export default {
...
@@ -120,7 +129,7 @@ export default {
<!-- column: Pods in use -->
<!-- column: Pods in use -->
<
template
#head(rolloutStatus)=
"data"
>
<
template
#head(rolloutStatus)=
"data"
>
{{
data
.
label
}}
<
span
class=
"badge badge-pill bold"
>
{{
podsInUseCount
}}
</span
>
{{
data
.
label
}}
<
gl-badge>
{{
podsInUseCount
}}
</gl-badge
>
</
template
>
</
template
>
<
template
#cell(rolloutStatus)=
"row"
>
<
template
#cell(rolloutStatus)=
"row"
>
...
...
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