Skip to content
Merged
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ distributed edges
- [UI](https://github.com/open-edge-platform/orch-ui): The web user interface for the Edge Orchestrator, allowing the
user to manage most of the features of the product in an intuitive, visual, manner without having to trigger a series
of APIs individually.
- [CLI](https://github.com/open-edge-platform/orch-cli): The command line interface for the Edge Orchestrator, allowing the
user to manage most of the features of the product in an intuitive, text-based manner without having to trigger a series
of APIs individually.
- [CLI](https://github.com/open-edge-platform/orch-cli): The command line interface for the Edge Orchestrator,
allowing the user to manage most of the features of the product in an intuitive,
text-based manner without having to trigger a series of APIs individually.
- [Observability](https://docs.openedgeplatform.intel.com/edge-manage-docs/main/developer_guide/observability/index.html):
A modular observability stack that provides visibility into the health and performance of the system, including logging,
reporting, alerts, and SRE data from Edge Orchestrator components and Edge Nodes.
Expand Down
3 changes: 2 additions & 1 deletion design-proposals/app-orch-deploy-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ like Profiles and Parameter Templates are lost.
- Update the `Edit Deployment` page similar to the changes to `Create Deployment`
- Update the `Deployments` list page to support linkage to both Apps and DP

- Update the `Application` page to have a deployment link and display the `is_deployed` field in both list and detail view.
- Update the `Application` page to have a deployment link and display the `is_deployed`
field in both list and detail view.

- Update any status tables and dashboards as necessary to support these changes.

Expand Down
Loading
Loading