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
1566b835
Commit
1566b835
authored
Apr 07, 2022
by
minahilnichols
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace spinner size md with lg
parent
fc53b78d
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
ee/app/assets/javascripts/related_items_tree/components/related_items_tree_app.vue
.../related_items_tree/components/related_items_tree_app.vue
+1
-1
ee/app/assets/javascripts/requirements/components/requirements_loading.vue
...ascripts/requirements/components/requirements_loading.vue
+1
-1
ee/app/assets/javascripts/roadmap/components/roadmap_app.vue
ee/app/assets/javascripts/roadmap/components/roadmap_app.vue
+1
-1
ee/app/assets/javascripts/saml_sso/components/scim_token.vue
ee/app/assets/javascripts/saml_sso/components/scim_token.vue
+1
-1
ee/app/assets/javascripts/security_dashboard/components/shared/filters/project_filter.vue
...ty_dashboard/components/shared/filters/project_filter.vue
+1
-1
ee/app/assets/javascripts/security_dashboard/components/shared/vulnerability_report/vulnerability_list_graphql.vue
...hared/vulnerability_report/vulnerability_list_graphql.vue
+1
-1
ee/app/assets/javascripts/subscriptions/new/components/checkout/subscription_details.vue
...riptions/new/components/checkout/subscription_details.vue
+1
-1
ee/app/assets/javascripts/test_case_show/components/test_case_show_root.vue
...scripts/test_case_show/components/test_case_show_root.vue
+1
-1
ee/app/assets/javascripts/threat_monitoring/components/alerts/alerts_list.vue
...ripts/threat_monitoring/components/alerts/alerts_list.vue
+1
-1
ee/app/assets/javascripts/usage_quotas/storage/components/project_storage_app.vue
...s/usage_quotas/storage/components/project_storage_app.vue
+1
-1
No files found.
ee/app/assets/javascripts/related_items_tree/components/related_items_tree_app.vue
View file @
1566b835
...
@@ -177,7 +177,7 @@ export default {
...
@@ -177,7 +177,7 @@ export default {
<
template
>
<
template
>
<div
class=
"related-items-tree-container gl-mt-5"
>
<div
class=
"related-items-tree-container gl-mt-5"
>
<div
v-if=
"itemsFetchInProgress"
class=
"mt-2"
>
<div
v-if=
"itemsFetchInProgress"
class=
"mt-2"
>
<gl-loading-icon
size=
"
md
"
/>
<gl-loading-icon
size=
"
lg
"
/>
</div>
</div>
<div
<div
v-else
v-else
...
...
ee/app/assets/javascripts/requirements/components/requirements_loading.vue
View file @
1566b835
...
@@ -51,5 +51,5 @@ export default {
...
@@ -51,5 +51,5 @@ export default {
<gl-skeleton-loading
:lines=
"2"
class=
"pt-2"
/>
<gl-skeleton-loading
:lines=
"2"
class=
"pt-2"
/>
</li>
</li>
</ul>
</ul>
<gl-loading-icon
v-else
size=
"
md
"
class=
"mt-3"
/>
<gl-loading-icon
v-else
size=
"
lg
"
class=
"mt-3"
/>
</
template
>
</
template
>
ee/app/assets/javascripts/roadmap/components/roadmap_app.vue
View file @
1566b835
...
@@ -74,7 +74,7 @@ export default {
...
@@ -74,7 +74,7 @@ export default {
<div
class=
"roadmap-app-container gl-h-full"
>
<div
class=
"roadmap-app-container gl-h-full"
>
<roadmap-filters
v-if=
"showFilteredSearchbar && !epicIid"
@
toggleSettings=
"toggleSettings"
/>
<roadmap-filters
v-if=
"showFilteredSearchbar && !epicIid"
@
toggleSettings=
"toggleSettings"
/>
<div
:class=
"
{ 'overflow-reset': epicsFetchResultEmpty }" class="roadmap-container gl-relative">
<div
:class=
"
{ 'overflow-reset': epicsFetchResultEmpty }" class="roadmap-container gl-relative">
<gl-loading-icon
v-if=
"epicsFetchInProgress"
class=
"gl-my-5"
size=
"
md
"
/>
<gl-loading-icon
v-if=
"epicsFetchInProgress"
class=
"gl-my-5"
size=
"
lg
"
/>
<epics-list-empty
<epics-list-empty
v-else-if=
"epicsFetchResultEmpty"
v-else-if=
"epicsFetchResultEmpty"
:preset-type=
"presetType"
:preset-type=
"presetType"
...
...
ee/app/assets/javascripts/saml_sso/components/scim_token.vue
View file @
1566b835
...
@@ -139,7 +139,7 @@ export default {
...
@@ -139,7 +139,7 @@ export default {
v-if=
"loading"
v-if=
"loading"
class=
"gl-absolute gl-top-5 gl-left-0 gl-right-0 gl-display-flex gl-justify-content-center"
class=
"gl-absolute gl-top-5 gl-left-0 gl-right-0 gl-display-flex gl-justify-content-center"
>
>
<gl-loading-icon
size=
"
md
"
/>
<gl-loading-icon
size=
"
lg
"
/>
</div>
</div>
<div
<div
v-if=
"tokenHasNotBeenGenerated"
v-if=
"tokenHasNotBeenGenerated"
...
...
ee/app/assets/javascripts/security_dashboard/components/shared/filters/project_filter.vue
View file @
1566b835
...
@@ -215,7 +215,7 @@ export default {
...
@@ -215,7 +215,7 @@ export default {
@
click=
"deselectAllOptions"
@
click=
"deselectAllOptions"
/>
/>
<gl-loading-icon
v-if=
"isLoadingProjects"
size=
"
md
"
class=
"gl-mt-4 gl-mb-3"
/>
<gl-loading-icon
v-if=
"isLoadingProjects"
size=
"
lg
"
class=
"gl-mt-4 gl-mb-3"
/>
<gl-dropdown-text
v-else-if=
"isMaxProjectsSelected"
>
<gl-dropdown-text
v-else-if=
"isMaxProjectsSelected"
>
{{
$options
.
i18n
.
maxProjectsSelected
}}
{{
$options
.
i18n
.
maxProjectsSelected
}}
</gl-dropdown-text>
</gl-dropdown-text>
...
...
ee/app/assets/javascripts/security_dashboard/components/shared/vulnerability_report/vulnerability_list_graphql.vue
View file @
1566b835
...
@@ -262,7 +262,7 @@ export default {
...
@@ -262,7 +262,7 @@ export default {
</div>
</div>
<gl-intersection-observer
v-else-if=
"pageInfo.hasNextPage"
@
appear=
"fetchNextPage"
>
<gl-intersection-observer
v-else-if=
"pageInfo.hasNextPage"
@
appear=
"fetchNextPage"
>
<gl-loading-icon
v-if=
"isLoadingVulnerabilities"
size=
"
md
"
/>
<gl-loading-icon
v-if=
"isLoadingVulnerabilities"
size=
"
lg
"
/>
</gl-intersection-observer>
</gl-intersection-observer>
</div>
</div>
</
template
>
</
template
>
ee/app/assets/javascripts/subscriptions/new/components/checkout/subscription_details.vue
View file @
1566b835
...
@@ -279,7 +279,7 @@ export default {
...
@@ -279,7 +279,7 @@ export default {
data-testid=
"subscription-loading-container"
data-testid=
"subscription-loading-container"
class=
"gl-display-flex gl-h-200! gl-justify-content-center gl-align-items-center gl-flex-direction-column"
class=
"gl-display-flex gl-h-200! gl-justify-content-center gl-align-items-center gl-flex-direction-column"
>
>
<gl-loading-icon
v-if=
"true"
size=
"
md
"
/>
<gl-loading-icon
v-if=
"true"
size=
"
lg
"
/>
<span>
{{
$options
.
i18n
.
loadingText
}}
</span>
<span>
{{
$options
.
i18n
.
loadingText
}}
</span>
</div>
</div>
</
template
>
</
template
>
...
...
ee/app/assets/javascripts/test_case_show/components/test_case_show_root.vue
View file @
1566b835
...
@@ -151,7 +151,7 @@ export default {
...
@@ -151,7 +151,7 @@ export default {
)
)
}}
}}
</gl-alert>
</gl-alert>
<gl-loading-icon
v-if=
"testCaseLoading"
size=
"
md
"
class=
"gl-mt-3"
/>
<gl-loading-icon
v-if=
"testCaseLoading"
size=
"
lg
"
class=
"gl-mt-3"
/>
<issuable-show
<issuable-show
v-if=
"!testCaseLoading && !testCaseLoadFailed"
v-if=
"!testCaseLoading && !testCaseLoadFailed"
:issuable=
"testCase"
:issuable=
"testCase"
...
...
ee/app/assets/javascripts/threat_monitoring/components/alerts/alerts_list.vue
View file @
1566b835
...
@@ -316,7 +316,7 @@ export default {
...
@@ -316,7 +316,7 @@ export default {
class=
"text-center"
class=
"text-center"
@
appear=
"fetchNextPage"
@
appear=
"fetchNextPage"
>
>
<gl-loading-icon
v-if=
"isLoadingAlerts"
size=
"
md
"
/>
<gl-loading-icon
v-if=
"isLoadingAlerts"
size=
"
lg
"
/>
<span
v-else
>
</span>
<span
v-else
>
</span>
</gl-intersection-observer>
</gl-intersection-observer>
<alert-drawer
<alert-drawer
...
...
ee/app/assets/javascripts/usage_quotas/storage/components/project_storage_app.vue
View file @
1566b835
...
@@ -72,7 +72,7 @@ export default {
...
@@ -72,7 +72,7 @@ export default {
};
};
</
script
>
</
script
>
<
template
>
<
template
>
<gl-loading-icon
v-if=
"$apollo.queries.project.loading"
class=
"gl-mt-5"
size=
"
md
"
/>
<gl-loading-icon
v-if=
"$apollo.queries.project.loading"
class=
"gl-mt-5"
size=
"
lg
"
/>
<gl-alert
v-else-if=
"error"
variant=
"danger"
@
dismiss=
"clearError"
>
<gl-alert
v-else-if=
"error"
variant=
"danger"
@
dismiss=
"clearError"
>
{{
error
}}
{{
error
}}
</gl-alert>
</gl-alert>
...
...
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