Skip to content

Commit

Permalink
Example screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
vvidovic committed Mar 3, 2020
1 parent ef1ea70 commit 500b2d5
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Current functions:
- turn on to automatically upload new and changed files from a local filesystem to a DataPower
- useful for development to automatically propagate your changes from any IDE/editor you are using to DataPower

![dpcmder export domain](./docs/dp_domain_export.gif)

You can check some [dpcmder screenshots](./docs/screenshots.md) to better see
typical uses of dpcmder in daily work.


## Download

If you don't want to build applications yourself (or run it using "go run"),
Expand Down
Binary file added docs/dp_appliance_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/dp_domain_export.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/dp_edit_object.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/dp_filestores.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/dp_object_classes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/dp_object_details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/dp_object_diff_changes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/dp_objects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions docs/screenshots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Examples of DataPower Commander screenshots

Few example screenshots from dpcmder in use.

## Browse saved DataPower appliances

![dpcmder - appliance list](./docs/dp_appliance_list.png)

## Browse DataPower filestores, directories & files

![dpcmder - browse filestores](./docs/dp_filestores.png)

## Browse DataPower object classes & objects

![dpcmder - browser object classes](./docs/dp_object_classes.png)

![dpcmder - browser objects](./docs/dp_objects.png)

## Edit DataPower object

![dpcmder - edit object](./docs/dp_edit_object.png)

## View DataPower object unsaved changes

![dpcmder - view unsaved object changes](./docs/dp_object_diff_changes.png)

## View DataPower object details (service, policy, match & rule)

![dpcmder - view object details](./docs/dp_object_details.png)

## Create DataPower appliance or domain export

![dpcmder - export domain](./docs/dp_domain_export.gif)

0 comments on commit 500b2d5

Please sign in to comment.