Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Merge requests
!404
CE-1966
: use updated usePagination hook & dialog api
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CE-1966
: use updated usePagination hook & dialog api
CE-1966-update-usePagination-hook
into
develop
Overview
3
Commits
5
Pipelines
5
Changes
20
1 unresolved thread
Hide all comments
Merged
Christina Jenks
requested to merge
CE-1966-update-usePagination-hook
into
develop
1 year ago
Overview
3
Commits
5
Pipelines
5
Changes
20
1 unresolved thread
Hide all comments
Expand
uses the updated usePagination hook from common
removes the local/temporary usePagination hook
uses the updated dialog api
Closes
CE-1966
Edited
1 year ago
by
Christina Jenks
0
0
Merge request reports
Compare
develop
version 4
492a0346
1 year ago
version 3
8f7248ff
1 year ago
version 2
f7107f78
1 year ago
version 1
3ca2c9ed
1 year ago
develop (base)
and
latest version
latest version
ac482026
5 commits,
1 year ago
version 4
492a0346
4 commits,
1 year ago
version 3
8f7248ff
3 commits,
1 year ago
version 2
f7107f78
2 commits,
1 year ago
version 1
3ca2c9ed
1 commit,
1 year ago
20 files
+
152
−
184
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
src/components/IOC/AdministerUndeployment/AdministerUndeployment.js
+
9
−
2
Options
@@ -87,8 +87,15 @@ export default function AdministerUndeployment({ ioc, buttonDisabled }) {
>
<>
<
ConfirmationDialog
title
=
"
Administratively 'undeploy' IOC
"
description
=
{
title
=
{
<
Typography
variant
=
"
h2
"
marginY
=
{
1
}
>
Administratively
undeploy
IOC
<
/Typography
>
}
content
=
{
<>
<
Typography
component
=
"
span
"
>
Are
you
sure
want
to
administer
IOC
as
undeployed
Loading