Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C catalog.genesys-pgr.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGRGenesys PGR
  • Genesys Catalog
  • catalog.genesys-pgr.org
  • Merge requests
  • !111

#165 Confirmation dialog

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Valeriy Panov requested to merge 165-confirmation-dialog into master Jan 16, 2018
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 2

@mobreza I've done. You can check it in console with this code:

confirm(
    `Delete dataset 'foobar'?`,
    {
        description: `Deleting the dataset will remove all associated data.`,
        confirmLabel: 'Delete',
        abortLabel: 'Cancel'
    }
)
    .then(() => console.log('ok'))
    .catch(() => console.log('cancel'));

Closes #165 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 165-confirmation-dialog