Actions
Feature #22836
closedRH Subscriptions: hide actions when satellite is in disconnected mode
Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Description
The UI hides capabilities such as:
- Button to 'Add Subscriptions'
- Button to 'Delete' subscriptions
- Icon to edit/modify subscriptions
- Refresh manifest
The following API will tell if this setting is enabled:
GET /api/settings/content_disconnected
{
"value": false,
"description": "A server operating in disconnected mode does not communicate with the Red Hat CDN.",
"category": "Setting::Content",
"settings_type": "boolean",
"default": false,
"created_at": "2018-03-09 10:58:34 -0500",
"updated_at": "2018-03-09 10:58:34 -0500",
"id": 146,
"name": "content_disconnected",
"category_name": "Content"
}
Updated by Walden Raines over 7 years ago
- Blocks Tracker #22365: Show Allocations on the Red Hat Subscriptions page added
Updated by Walden Raines over 7 years ago
- Subject changed from RH SUbscriptions: hide actions when satellite is in disconnected mode to RH Subscriptions: hide actions when satellite is in disconnected mode
- Description updated (diff)
Updated by Walden Raines over 7 years ago
- Target version changed from 250 to 253
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7358 added
Updated by Walden Raines over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|62d69e987c06867a8a439ca62ae06470b1add1f5.
Actions