Skip to content

Commit

Permalink
change button text.
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Jan 23, 2025
1 parent bd3a87d commit fdb051f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For a deletion or upload to take effect you need to restart the analytics stream
### Upload custom extension

An externally built extensions can be uploaded via the button **Add extension**.
Simply drop the **.zip** file to the modal dialog and the extension will be loaded to the repository, but not yet deployed. To use them, restart the Streaming Analytics engine by clicking on the button **Deploy extension (Restart)** and wait for the notification confirming the engine restart.
Simply drop the **.zip** file to the modal dialog and the extension will be loaded to the repository, but not yet deployed. To use them, restart the Streaming Analytics engine by clicking on the button **Restart to deploy extension** and wait for the notification confirming the engine restart.
When you try to add an extension with a name that already exists, you have the choice to confirm that the version of the existing extension is replaces with the new one you are about to upload. You can as well cancel the process if this is not what you intend.

![Build custom extension](resources/images/manage-extension-modal.png)
Expand Down
4 changes: 2 additions & 2 deletions analytics-ui/src/manage/extension-grid.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
<button
(click)="restartCEP()"
class="btn btn-link"
title="{{ 'Deploy extension (Restart)' | translate }}"
title="{{ 'Restart to deploy extension' | translate }}"
>
<i c8yIcon="c8y-solution-accelerator"></i>
{{ 'Deploy extension (Restart)' | translate }}
{{ 'Restart to deploy extension' | translate }}
</button>
</c8y-action-bar-item>

Expand Down

0 comments on commit fdb051f

Please sign in to comment.