Skip to content

Commit 6b263a5

Browse files
committed
Readme update so it matches the latesst version
1 parent db28599 commit 6b263a5

14 files changed

+23
-7
lines changed

Documentation/AppPackages_Window.png

58.8 KB
Loading

Documentation/DeleteDialog.png

40.2 KB
Loading

Documentation/EditorDialog.png

-13.1 KB
Binary file not shown.
483 KB
Loading
-351 KB
Binary file not shown.

Documentation/ExportDialog.png

18.6 KB
Loading

Documentation/ImportDialog.png

-10.6 KB
Binary file not shown.

Documentation/LCAEditor.gif

-1.41 MB
Binary file not shown.

Documentation/LCAEditor_1_0_0_13.gif

1.26 MB
Loading

Documentation/LCAEditor_1_0_0_8.gif

-904 KB
Binary file not shown.

Documentation/OverviewDialog.png

-22.5 KB
Binary file not shown.

Documentation/SectionsDialog.png

-9.66 KB
Binary file not shown.
119 KB
Loading

README.md

+23-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Low-Code-App-Extensions
1+
# Low-Code-App-Editor
22

33
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SkylineCommunications_Low-Code-App-Extensions&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SkylineCommunications_Low-Code-App-Extensions)
44

55
An interactive Automation script to import, export, and do some general edits to the low-code apps of a DataMiner System.
66

7-
![Overview](Documentation/LCAEditor_1_0_0_8.gif)
7+
![Overview](Documentation/LCAEditor_1_0_0_13.gif)
88

99
## Installation
1010

@@ -54,7 +54,7 @@ You can edit some general information about the low-code app. You can import pag
5454
> When you add users to the editors/viewers list, there is no check if the users that you add actually exist.
5555
>
5656
57-
![Editor](Documentation/EditorDialog_1_0_0_8.gif)
57+
![Editor](Documentation/EditorDialog_1_0_0_13.gif)
5858

5959
### Export
6060
It is possible to export apps. We highly recommend enabling the option to export as a package, as this will try and collect all the used custom operators and action scripts and include them in the package.
@@ -65,25 +65,41 @@ From version 1.0.0.6 onwards, you can enable an option to also include DOM insta
6565

6666
From version 1.0.0.9 onwards, the used images are included in the package as well.
6767

68+
From version 1.0.0.12 onwards, the used themes can be included as well.
6869
#### Overview of included items
6970
- Custom operators
7071
- Configured action scripts
7172
- Dependencies of the used scripts
7273
- DOM modules
7374
- Images
75+
- Themes
7476

7577
> [!NOTE]
7678
> When exporting an app from one DMA to another, make sure the versions match (for example the GQI versions).
7779
7880
![Editor](Documentation/ExportDialog.png)
7981

8082
### Import
81-
This is used to import apps that have not been exported as a package. These will not include any of the custom scripts.
8283

83-
> [!WARNING]
84-
> If you want to import .dmapp packages, you cannot do it with this import. You will need to use the client test tool.
84+
Importing an exported .dmapp package can happen in a few different ways:
85+
86+
#### Taskbar Utility
87+
If you have access to the DataMiner agent, you can copy over the .dmapp package and double click it to install it via the Taskbar Utility.
88+
89+
![Editor](Documentation/TaskbarUtility_Install.png)
90+
91+
#### Client test tool
92+
If you do not have RDP access to the DataMiner agent, but have a DataMiner user with the correct permissions. Then you can use the Client Test Tool to install packages too.
93+
94+
1. Open the Client Test Tool
95+
1. In the tool bar go to "Connection" -> "Connect"
96+
1. Enter you credentials and press "Connect"
97+
1. in the tool bar go to "Advanced" -> "Apps" -> "AppPackages..."
98+
1. Click on "Upload Package" and select the .dmapp package
99+
1. Select the uploaded package in the list and press "Install Package"
100+
1. [Optional] Remove the uploaded package by clicking "Remove Uploaded Package"
85101

86-
![Editor](Documentation/ImportDialog.png)
102+
![Editor](Documentation/AppPackages_Window.png)
87103

88104
### Delete
89105
You can delete apps as well.

0 commit comments

Comments
 (0)