Add Import button to designer
Useful for importing workflow JSON files
This commit is contained in:
parent
236b7bff67
commit
8de70e9c8e
|
|
@ -15,6 +15,7 @@
|
|||
<div class="col-4 text-right">
|
||||
<a href="#!" class="btn btn-primary" onclick="addActivity()">Add Activity</a>
|
||||
<a href="#!" class="btn btn-secondary" onclick="exportWorkflow()">Download</a>
|
||||
<a href="#!" class="btn btn-secondary" onclick="importWorkflow()">Import</a>
|
||||
<a href="#!" class="btn btn-secondary" data-toggle="modal" data-target="#workflow-properties-modal">
|
||||
<i class="ni ni-settings-gear-65"></i>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue