Sha256: 935fd5879a3001179309ee3161357df727af3e36b17d19ed338e1b9389c78f7f

Contents?: true

Size: 587 Bytes

Versions: 7

Compression:

Stored size: 587 Bytes

Contents

export const SNAPSHOT_LIST = 'FOREMAN_SNAPSHOT_MANAGEMENT_SNAPSHOT_LIST';
export const SNAPSHOT_LIST_URL = '/api/hosts/:host_id/snapshots/';
export const SNAPSHOT_DELETE = 'FOREMAN_SNAPSHOT_MANAGEMENT_SNAPSHOT_DELETE';
export const SNAPSHOT_DELETE_URL = '/api/hosts/%s/snapshots/%s/';
export const SNAPSHOT_UPDATE = 'FOREMAN_SNAPSHOT_MANAGEMENT_SNAPSHOT_UPDATE';
export const SNAPSHOT_UPDATE_URL = '/api/hosts/%s/snapshots/%s/';
export const SNAPSHOT_ROLLBACK =
  'FOREMAN_SNAPSHOT_MANAGEMENT_SNAPSHOT_ROLLBACK';
export const SNAPSHOT_ROLLBACK_URL = '/api/hosts/%s/snapshots/%s/revert';

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman_snapshot_management-4.0.0 webpack/components/SnapshotManagement/SnapshotManagementConstants.js
foreman_snapshot_management-3.0.1 webpack/components/SnapshotManagement/SnapshotManagementConstants.js
foreman_snapshot_management-3.0.0 webpack/components/SnapshotManagement/SnapshotManagementConstants.js
foreman_snapshot_management-2.0.3 webpack/components/SnapshotManagement/SnapshotManagementConstants.js
foreman_snapshot_management-2.0.2 webpack/components/SnapshotManagement/SnapshotManagementConstants.js
foreman_snapshot_management-2.0.1 webpack/components/SnapshotManagement/SnapshotManagementConstants.js
foreman_snapshot_management-2.0.0 webpack/components/SnapshotManagement/SnapshotManagementConstants.js